Commit Graph
12 Commits
Author SHA1 Message Date
Joao Fidelis ad1b140790 Organize imports and add missing method from Expo implementation (android) 2018-02-01 17:09:19 -02:00
Michael Schoendorfer b64f37af50 Fixes that Camera is started multiple times
This is copied from: https://github.com/expo/expo/blob/5164fdc50b824ecc95f18a74e5537773e366a1f7/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
Joao Fidelis 91a560ac1c Improve android performance with Expo picture resolve implementation.
Get rid of MutableImage.
Return base64 only if asked via options map.
2018-01-30 11:14:17 -02:00
seblau 612b3bfe9a correctly assign barCode to BarCodeReadEvent 2018-01-26 15:41:03 +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
Joao Fidelis f53aab5729 Create local cache directory and save image there when photo is taken. 2018-01-23 01:48:03 -02:00
Joao Fidelis 07e6e566d5 Issue ##1099: Make takePictureAsync return { width, height, base64, exif } 2018-01-22 19:25:35 -02:00
Sibelius Seraphini 504d4b1fda feature(rncamera): enable record on RNCamera on android, fix #1101 2018-01-21 12:56:46 -02:00
Oscar Franco cde5493870 [BUGFIX] Fix crash on empty mFaceDetector instance when face is not recognized 2018-01-09 12:56:58 +01:00
Sibelius Seraphini eb6a250ced fix rename issue 2018-01-03 09:47:10 -02: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