react-native-quick-sample
September 7, 2017 ยท View on GitHub
A small and simple example app with navigation, data persistence, listview and animation!
Install and run on android
npm install -g react-native-cli
cd react-native-quick-sample
npm install
react-native run-android
Install and run on ios
npm install -g react-native-cli
cd react-native-quick-sample
npm install
react-native run-ios