react-native-camera icon indicating copy to clipboard operation
react-native-camera copied to clipboard

A fork of react-native-camera with experimental android support

Results 3 react-native-camera issues
Sort by recently updated
recently updated
newest added

I've followed the example project for android but the image captured is flipped for some reason. My device is a Samsung Galaxy S6 ( SM G920I).

where is mReactInstanceManager = ReactInstanceManager.builder()? I can't find it. include ':com.lwansbrough.ReactCamera' what is lwansbrough? I don't konw java

``` Project/node_modules/react-native-camera/android/src/main/java/com/lwansbrough/ReactCamera/ReactCameraModule.java:47: illegal start of type final Map constants = new HashMap(); ^ Project/node_modules/react-native-camera/android/src/main/java/com/lwansbrough/ReactCamera/ReactCameraModule.java:48: illegal start of type final Map constantsAspect = new HashMap(); ^ 2 errors :com.lwansbrough.ReactCamera:compileReleaseJavaWithJavac FAILED ```...