react-native-quick-sample
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