Skip to content

Instantly share code, notes, and snippets.

@Maxim-Filimonov
Last active May 7, 2018 01:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Maxim-Filimonov/6b4e48dd11e0c998022539b31d8af538 to your computer and use it in GitHub Desktop.
Save Maxim-Filimonov/6b4e48dd11e0c998022539b31d8af538 to your computer and use it in GitHub Desktop.
How To Build Cross-Platform Mobile App - LiveEdu.tv

Start here Install via brew:

brew install node
brew install watchman

React native cli:

yarn global add react-native-cli

Things to downloads:

  • Android studio

  • Java SDK

  • Open android studio after install and download(about another 1.3gb :O)

    • Android SDK
    • Android SDK Platform
    • Performance (Intel ® HAXM)
    • Android Virtual Device
  • Additional install SDK 6 - Intel x86 Atom_64 System Image revision 10 - Android SDK Platform 23 revision 3 - Google APIs Intel x86 Atom_64 System Image revision 27 - Google APIs revision 1

Configuration:

# Adds environment variables for react native
export ANDROID_HOME=$HOME/Library/Android/sdk
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/platform-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment