This repository was archived by the owner on May 15, 2019. It is now read-only.

Description
Project/node_modules/react-native-camera/android/src/main/java/com/lwansbrough/ReactCamera/ReactCameraModule.java:47: illegal start of type
final Map<String, Object> 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<String, Object> constantsAspect = new HashMap<>();
^
2 errors
:com.lwansbrough.ReactCamera:compileReleaseJavaWithJavac FAILED
If I knew java I could probably figure this out...