All the day I tried to build my project after linking react-native-camera. I think the issue is coming from the dependencies and google-play-service but I am not sure.
I tried many other configurations even if the build error is different, it's impossible to me to build ...
Last error I had was :
Android dependency 'com.google.android.gms:play-services-base' has different version for the compile (11.8.0) and runtime (12.0.1) classpath. You should manually set the same version via DependencyResolution
These are dependencies I got :
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation project(':tipsi-stripe')
implementation "com.facebook.react:react-native:+"
implementation project(':react-native-maps')
implementation project(':react-native-camera')
implementation 'com.google.firebase:firebase-core:10.0.1'
implementation "com.android.support:appcompat-v7:23.0.1"
implementation 'com.google.android.gms:play-services-base:10.0.1'
implementation 'com.google.android.gms:play-services-maps:10.0.1'
}