React Native Project Sample

Contain many package help you start project easily

Getting Started

  • Follow the official React Native setup, up to Testing your React Native Installation
  • Clone repo: https://github.com/chellongCoder/ReactNative-MyTemplate.git
  • From the ReactNative-MyTemplate directory run npm install, then react-native run-ios
  • Open the project in your IDE and dive in!

Features

Created By

If you like this, follow @ChelLong on github.

Install

cd ReactNative-MyTemplate:

npm install 

or using yarn:

yarn install

run-ios

react-native run-ios

run-android

react-native run-android

note

when you run android , you must to config sdk home in android folder. create local.properties in android folder and add the line sdk.dir=/Users/chellong/Library/Android/sdk