Last active
March 24, 2018 20:34
-
-
Save verticalgrain/f277af8c09be3bb50a75a56abec878e0 to your computer and use it in GitHub Desktop.
React Native Cheat Sheet
This file contains 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
// To accept Android SDK licenses: | |
~/Library/Android/sdk/tools/bin/sdkmanager --licenses | |
// If getting error could not resolve all dependencies for configuration ':app:debugAPKCopy' | |
// Need to add android support libraries through maven | |
https://stackoverflow.com/a/46014816/2196202 | |
https://github.com/invertase/react-native-firebase/issues/381#issuecomment-326561669 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment