Last active
July 23, 2019 14:49
-
-
Save r17x/7883c8caf6a94aa93e2524f9d5b420db to your computer and use it in GitHub Desktop.
ANDROID FUCKING PROBLEM with REACT-NATIVE-CAMERA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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