React Native - adadesions/SynReactNative GitHub Wiki

Welcome to the SynReactNative wiki!

React Native official :: Documents

NativeBase official :: Components

You can find all of commands in the class here!!

React Native Installation

npm install -g react-native-cli


Nativebase Installation

npm install native-base --save


npm install react-native-vector-icons --save

and,

react-native link

React-Router-Native

npm install react-router-native --save

tutorial site


Follow this steps to run an app on Emu

  1. Run android emulator via avd (In case, you've installed Sdk, Avd, and other android things)

android avd

and then run emulator.

  1. Go to your react native project directory then,

react-native run-android

2.1 For iOS

react-native run-ios

  1. If you have got any problem just follow instructions

Mapping development server to android virtual device

adb reverse tcp:8163 tcp:8163

*(Can't find adb look at --> http://lifehacker.com/the-easiest-way-to-install-androids-adb-and-fastboot-to-1586992378)

Components Libs

  1. Nativebase

  2. React Native Elements