> Cannot choose between the following variants of project :react-native-camera:
// Add the following to android/app/build.gradle
android {
...
defaultConfig {
...
missingDimensionStrategy 'react-native-camera', 'general' <-- insert this line
}
}