Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 646 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 646 Bytes

RN_Album

React Native Sample project

Start

If you are beginner to react-native, first follow these steps -

  1. If brew is not installed on your machine, install with ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

i) Install Node/Npm with brew install node.

ii) Install Watchman with brew install watchman.

iii) Install react-native CLI with npm install -g react-native-cli.

If you have already installed above steps, just run npm install and you are good to go.

RUN

i) To run app on iOS, run react-native run_ios ii) To run on android, run react_native start run_android