📌  相关文章
📜  > 无法在以下项目变体之间进行选择:react-native-camera: - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:17.677000             🧑  作者: Mango

代码示例1
// Add the following to android/app/build.gradle
android {
  ...
  defaultConfig {
    ...
    missingDimensionStrategy 'react-native-camera', 'general' <-- insert this line
  }
}