630 Commits

Author SHA1 Message Date
michalpokojski
307da987c7
Update instructions for getting project without FaceDetector
There were two problems with shell script written in instructions:
1. No checking if `FaceDetector` dir exists so removing something that doesn't exist would throw an error
2. there is co `RCTCamera` anymore so I renamed it to `RNCamera`
2018-02-14 11:39:02 +01:00
João Marins
077b0091ed
Merge pull request #1232 from react-native-community/feature/monthly-downloads
Add monthly downloads badge
2018-02-13 07:20:19 -02:00
João Marins
2dde01f516
Add monthly downloads badge 2018-02-12 20:22:41 -02:00
Sibelius Seraphini
5be1f0e727
add 1.0.0 changelog
fix #1228
2018-02-12 09:50:38 -02:00
Sibelius Seraphini
5862cdfac2
Merge pull request #1227 from TitanKing/patch-1
Update README.md
2018-02-12 09:49:04 -02:00
Jason Schoeman
ea94df18f9
Update README.md
There is an issue in the docs stating that the file `import org.reactnative.RNCameraPackage;` should be added, this is incorrect and should be 1import org.reactnative.camera.RNCameraPackage;`
2018-02-12 13:43:48 +02:00
Sibelius Seraphini
bcd1c2c751 1.0.0 v1.0.0 2018-02-12 08:00:32 -02:00
Sibelius Seraphini
94dddc7d02 fix(chore): release scripts 2018-02-12 08:00:15 -02:00
Sibelius Seraphini
42ac309040 feat(chore): add husky to enable commit lint 2018-02-12 07:59:32 -02:00
Sibelius Seraphini
720baa612b feat(chore): add release scripts 2018-02-12 07:58:08 -02:00
Sibelius Seraphini
58e89fc9f6 upgrade issue template to v1.0.0 2018-02-12 07:57:00 -02:00
Sibelius Seraphini
de95e1ce4c
Merge pull request #1225 from react-native-community/feat/docs1.0
feat(docs): add docs to v1.0.0
2018-02-12 07:55:08 -02:00
Sibelius Seraphini
9227d2368f feat(docs): add docs to v1.0.0 2018-02-12 07:51:54 -02:00
Sibelius Seraphini
fcda64086f
Update ISSUE_TEMPLATE.md 2018-02-08 09:20:40 -02:00
hawkup
4982b84438 Update migration doc (#1223) 2018-02-08 09:43:03 +01:00
Sibelius Seraphini
8400797ee5
Merge pull request #1215 from Parassharmaa/master
fix example code
2018-02-06 10:24:10 -02:00
Paras Sharma
f9c555344e
Update RNCamera.md 2018-02-06 02:26:33 +05:30
Paras Sharma
cd3fcf5c31
Update RNCamera.md 2018-02-06 02:24:18 +05:30
João Guilherme Fidelis
160e1e5277
Merge pull request #1210 from jgfidelis/rncamera-migration
Rncamera migration
2018-02-03 10:51:51 -02:00
Joao Fidelis
28aab558e0 Added warning on main readme.md about package change on master branch 2018-02-03 10:47:16 -02:00
Joao Fidelis
e21d2f4c87 Use most recent cameraview commit 2018-02-03 10:37:35 -02:00
Joao Fidelis
1e2dd4e61f Change new package location to avoid a Android studio bug 2018-02-03 09:36:03 -02:00
Joao Fidelis
1805209e1c Modify project without face detection for new RNCamera project 2018-02-02 18:09:30 -02:00
Joao Fidelis
2bb5ac2e69 More docs about migrating 2018-02-02 18:06:14 -02:00
Joao Fidelis
4146865bb6 Change project from RCTCamera to RNCamera 2018-02-02 17:34:16 -02:00
Joao Fidelis
377b184e04 Migrate Android from RCTCameraPackage to RNCameraPackage 2018-02-02 17:27:05 -02:00
Joao Fidelis
04fe1332ad Change more docs 2018-02-02 17:26:22 -02:00
Joao Fidelis
5ec8fa59cc Create migration guide. 2018-02-02 17:02:14 -02:00
Joao Fidelis
0e5b97817a Create new readme to be used when 1.0.0 is released 2018-02-02 15:53:47 -02:00
João Guilherme Fidelis
97f4e69375
Merge pull request #1209 from jgfidelis/docs
Docs
2018-02-02 15:47:37 -02:00
Joao Fidelis
7c917cd5ed Create add RNCamera doc 2018-02-02 15:13:08 -02:00
Sibelius Seraphini
6d327d2262
Merge pull request #1208 from helloagain-dev/fix-code-128
Use AVMetadataObjectTypeCode128Code for code128 barcodeType
2018-02-02 14:22:00 -02:00
Michael Schoendorfer
e652db9c39 Use AVMetadataObjectTypeCode128Code for code128 barcodeType 2018-02-02 16:51:15 +01:00
João Guilherme Fidelis
b2e4c42f3b
Merge pull request #1205 from jgfidelis/remove-example
Remove RNCameraExample
2018-02-02 13:15:49 -02:00
Joao Fidelis
c45b0fbd99 Create docs and RCTCamera.md 2018-02-02 11:03:49 -02:00
Joao Fidelis
9a8c10f449 Remove RNCameraExample 2018-02-02 10:36:17 -02:00
João Guilherme Fidelis
4c1e9e6ae8
Merge pull request #1202 from jgfidelis/small-fixes
Organize imports and add missing method from Expo implementation
2018-02-01 17:30:10 -02:00
Joao Fidelis
ad1b140790 Organize imports and add missing method from Expo implementation (android) 2018-02-01 17:09:19 -02:00
Sibelius Seraphini
ec8027138e
Merge pull request #1201 from helloagain-dev/fix-multiple-start
Fixes that Camera is started multiple times
2018-02-01 15:39:24 -02:00
Michael Schoendorfer
b64f37af50 Fixes that Camera is started multiple times
This is copied from: 5164fdc50b/android/expoview/src/main/java/abi25_0_0/host/exp/exponent/modules/api/components/camera/ExpoCameraView.java (L294)
RNCameraView does not properly handle when the App is closed and opened
again. Previously the CameraView was started multiple times which leads
to a black screen on some devices.
2018-02-01 18:13:33 +01:00
João Guilherme Fidelis
8894af79d4
Merge pull request #1194 from AppWithUs/master
Fix issue #461
2018-02-01 14:55:05 -02:00
João Guilherme Fidelis
2df8a2bd91
Merge pull request #1196 from jgfidelis/alt-project
Create alternative project without FaceDetection
2018-02-01 12:49:07 -02:00
João Guilherme Fidelis
d7298eb959
Merge pull request #1198 from jgfidelis/post-script-fix
fix error in post script for rncameraexample
2018-02-01 12:02:24 -02:00
Joao Fidelis
43bf2cc771 fix error in post script for rncameraexample 2018-02-01 12:00:34 -02:00
João Guilherme Fidelis
ec5b2074c9
Merge pull request #1197 from jgfidelis/post-script
Remove large file
2018-02-01 11:51:28 -02:00
Joao Fidelis
8235d4b6df Remove large file and make RNCameraExample download form internet via script 2018-02-01 11:42:21 -02:00
Sibelius Seraphini
f09e494259
disable git large files 2018-02-01 11:26:07 -02:00
Sibelius Seraphini
324e5e3c54
remove RNCameraExample from npm release 2018-02-01 11:24:57 -02:00
Joao Fidelis
1a0e61e9a4 Create alternative project without FaceDetection files to be copied in postinstall if necessary 2018-02-01 10:48:43 -02:00
Sebastian Germesin
d800d9c9cb
Fix issue #461 2018-02-01 09:04:32 +01:00