44 Commits

Author SHA1 Message Date
Jason Brown
9472f55068 UPDATED renderChildren to return this.props.children instead of null 2018-05-09 11:27:50 +01:00
Laurin Quast
858cc4c9c8 fix(rn-camera): inject correct status 2018-05-07 14:45:04 +02:00
Laurin Quast
c8c6fdea0b feat(rn-camera): use and export constants 2018-05-07 14:28:10 +02:00
Laurin Quast
9ba5a2376c
fix status for non authorized/pending camera 2018-05-07 14:14:24 +02:00
AndreiCalazans
3811d82c75 fix(rn_camera): improve naming 2018-04-25 18:12:53 -03:00
AndreiCalazans
45cc8f25d2 feat(rn_camera): add function as children 2018-04-25 18:10:00 -03:00
Joao Fidelis
01501892b5 fix(styles): place style sheet above everything,prevent undefined styles 2018-04-15 18:18:10 -03:00
Joao Fidelis
716c4e389d fix(warnings): remove inline styles 2018-04-15 11:56:53 -03:00
Sibelius Seraphini
919d07b162 chore(lint): fix lint to make ci work 2018-04-15 08:19:02 -03:00
Joao Fidelis
2c87b44b16 fix(barcode-prop): fix default value and add more values 2018-04-13 13:17:29 -03:00
serhiiavsheniuk
e3bdc92ebb Fix camera issues. 2018-04-13 14:18:47 +02:00
Serhii Avsheniuk
8f72ef949f Add GoogleVision barcode scanner. 2018-04-10 23:32:11 +02:00
Thomas Parslow
89d96f2901
Add state flow type for RNCamera component
Makes it work with Flow 0.63.0
2018-04-07 14:54:19 +01:00
Joao Fidelis
69242183cc feat(play-sound): play sound on capture (android) 2018-04-06 14:55:18 -03:00
Sibelius Seraphini
c64795d79b
Merge branch 'master' into fix/face-feature-optional 2018-03-23 09:28:56 -03:00
Aldo Culquicondor
48611212f5 docs(rncamera): specifying onTextRecognized callback prototype 2018-03-22 14:49:46 -05:00
Aldo Culquicondor
fcaa945286 feat(android): integrating Google Vision's text recognition 2018-03-22 11:32:27 -05:00
Bruno Lemos
6548ab3227
Merge branch 'master' into fix/face-feature-optional 2018-03-13 14:38:03 -03:00
Bruno Lemos
5a408b70b7
[iOS] Make GoogleMobileVision framework optional 2018-03-12 18:14:40 -03:00
Laurin Quast
c0d5aabf0b feat(rn-camera): add codec option for ios 2018-03-12 21:30:15 +01:00
João Guilherme Fidelis
9dbfdff53d
Merge pull request #946 from zaubara/master
Various iOS Focus Updates
2018-03-10 12:53:42 -03:00
Joao Fidelis
8d9c06ad90 fix(android-camera): revert to old camera api 2018-03-02 14:26:55 -03:00
Felipe Cavalcante Constantino
6bff4d935a
chore(flow): add missing types to Picture options 2018-02-27 14:15:42 -03:00
Martin Puza
1351170d73 Merge remote-tracking branch 'upstream/master' 2018-02-14 18:52:30 +01:00
Joao Fidelis
e11485b390 Update PictureOptions and RecordingOptions type to have all current options. 2018-02-14 12:59:27 -02:00
Joao Fidelis
c2f21a6ed9 Add captureAudio flag for RNCamera as a prop 2018-01-31 16:36:38 -02:00
hawkup
e7ea2439b7 Fixed missing declare Platform on handlePermissions 2018-01-31 11:56:12 +07:00
Joao Fidelis
177cf00775 Make RNCamera check for permissions.
Migrate permission check to different file to be shared by RNCamera and RCTCamera
2018-01-30 16:17:32 -02:00
seblau
ef4c90111e set more native only props 2018-01-27 13:59:45 +01:00
Joao Fidelis
a09436e9ab Implement get view from reactTag on Android and iOS.
Do not save app context on CameraModule
2018-01-24 19:32:24 -02:00
Nicolas Morin
871f4a8b18 Fix missing parameter in call to UIManager.dispatchViewManagerCommand 2018-01-24 09:59:08 +01:00
Nicolas Morin
4433bce187 Save Camera ref and handle 2018-01-23 23:13:33 +01:00
Nicolas Morin
286071c035 Fix startPreview and stopPreview on Android 2018-01-23 22:17:18 +01:00
Daniel Levitt
6039a63344 Possible zoom for android 2018-01-22 10:12:29 +00:00
Peter Chermanowicz
3622e22286 setZoom method added 2018-01-22 10:07:27 +00:00
Nicolas Morin
0778294697 Fix performance issue on Android: add option to clear window background when camera starts 2018-01-20 21:17:19 +01:00
Stanislav Shakirov
5897f9246c
fix camera permission handle in android below 6.0
fix https://github.com/react-native-community/react-native-camera/issues/1094
2018-01-12 16:17:32 +03:00
Marcus Andersson
e546ae852c fixed merge conflicts. 2018-01-08 21:12:39 +01:00
Sibelius Seraphini
30af527ac3 merge with master 2018-01-07 09:06:20 -08:00
Oscar Franco
59ce880b7e [ENHANCEMENT] Restore accidental change to RCTCamera module and implement custom views for checking permissions and permission denied states 2018-01-06 21:30:49 +01:00
Oscar Franco
6749e9e19b [ENHANCEMENT] Add permission handling for android 6+ 2018-01-06 08:54:40 +01:00
Sibelius Seraphini
a0817132d6 rename expo to simple RN, add js files, and export them inside the same camera package 2018-01-01 19:16:02 -02:00
Sibelius Seraphini
ffc74e5e6e Add Camera implementation using CameraView on Android
This is most a copy of expo camera module

this still half baked, missing javascript part and package and modules
fixes

see #246
2017-12-31 13:49:39 -02:00
Sibelius Seraphini
4b65c655ce chore(eslint): add eslint and prettier 2017-12-31 13:30:33 -02:00