Could not resolve project :react-native-camera. Required by: project :app > The consumer was configured to find a runtime of a component, code example
Example: 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
}
}