Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

> 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
  }
}
Source by github.com #
 
PREVIOUS NEXT
Tagged: #Cannot #choose #variants #project
ADD COMMENT
Topic
Name
4+6 =