Posts

Showing posts with the label learn-react- native

Setup react-native in Ubuntu 14.04

https://facebook.github.io/react-native/docs/getting-started.html 1) Install build tools sudo apt-get install -y build-essential 2) Install react-native cli npm install -g react-native-cli 3)Install android studio - From: https://developer.android.com/studio/install.html download android studio go to path to bin ./studio.sh 3B) setup android stdio Choose a "Custom" setup when prompted to select an installation type. Make sure the boxes next to all of the following are checked: Android SDK Android SDK Platform Android Virtual Device Then, click "Next" to install all of these components. If the checkboxes are grayed out, you will have a chance to install these components later on. 3c) Install required JDK download the sdk for android 6.0 marshmallo The SDK Manager can also be found within the settings-> Android Studio "Preferences" dialog, under Appearance & Behavior → System Settings → Androi...