📅  最后修改于: 2022-03-11 14:48:17.677000             🧑  作者: Mango
// Add the following to android/app/build.gradle
android {
...
defaultConfig {
...
missingDimensionStrategy 'react-native-camera', 'general' <-- insert this line
}
}