Skip to content

Instantly share code, notes, and snippets.

@r17x
Last active July 23, 2019 14:49
Show Gist options
  • Select an option

  • Save r17x/7883c8caf6a94aa93e2524f9d5b420db to your computer and use it in GitHub Desktop.

Select an option

Save r17x/7883c8caf6a94aa93e2524f9d5b420db to your computer and use it in GitHub Desktop.
ANDROID FUCKING PROBLEM with REACT-NATIVE-CAMERA
android {
...
defaultConfig {
...
missingDimensionStrategy 'react-native-camera', 'general' <-- insert this line
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment