React-native-camera error when compiling android
Insert the following lines in android/app/build.gradle android { … defaultConfig { … missingDimensionStrategy ‘react-native-camera’, ‘general’ <– insert this line } }
Insert the following lines in android/app/build.gradle android { … defaultConfig { … missingDimensionStrategy ‘react-native-camera’, ‘general’ <– insert this line } }