react-native-camera-android
react-native-camera-android copied to clipboard
React native camera view
Is that possible to get a camera feeds using this module?
there is not option to pas metadata?
I just tried this plugin and though the camera works but it can't read barcodes. Neither does it shows viewFinder even after setting up all the prop for viewFinder. Any...
Hi , this project miss subscribable and subscribable is capital sensitive . Not require('Subscribable') , it should be require('subscribable')
I tried to test camera with rn 0.19 app. Following code was added in MainActivity.java: ``` import com.ReactCamera.RNCameraViewPackage; //
Hey Eddie. By the looks of it you've done some good working getting the camera working on Android. Are you interested in unifying the code base under `react-native-camera` so we...
I'm reasonably certain that the API for registering packages has changed, and that's what's messing me up. I have followed all the instructions in the Readme except for package registration,...