Answers for "> Cannot choose between the following variants of project :react-native-camera:"

0

> 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
  }
}
Posted by: Guest on January-16-2021

Code answers related to "> Cannot choose between the following variants of project :react-native-camera:"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language