react-native-camera
react-native-camera copied to clipboard
A fork of react-native-camera with experimental android support
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 ```...