React Native Sample project
If you are beginner to react-native, first follow these steps -
- 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.
i) To run app on iOS, run react-native run_ios ii) To run on android, run react_native start run_android