Skip to content

Instantly share code, notes, and snippets.

@verticalgrain
Last active March 24, 2018 20:34
Show Gist options
  • Save verticalgrain/f277af8c09be3bb50a75a56abec878e0 to your computer and use it in GitHub Desktop.
Save verticalgrain/f277af8c09be3bb50a75a56abec878e0 to your computer and use it in GitHub Desktop.
React Native Cheat Sheet
// 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