Answers for "react native android Could not resolve project :react-native-camera."

2

Could not resolve project :react-native-camera.Required by:

# Please insert the following line in android/app/build.gradle inside defaultConfig block:

android {
  ...
  defaultConfig {
    ...
    missingDimensionStrategy 'react-native-camera', 'general' <-- insert this line
  }
}
Posted by: Guest on January-13-2021

Code answers related to "react native android Could not resolve project :react-native-camera."

Browse Popular Code Answers by Language