Integrated:
- react-navigation --- Solution of screen view management
- react-native-svg --- Solution of svg resource
- realm --- Solution of localStorage
- redux --- Solution of global state management
- react-native-camera --- Solution of camera using
- react-native-webview --- Solution of html render
- Some basic wrapped component
- rxjs --- Solution for data subscription
Some prepare
# rename the app
sh rename.sh YourAppName
# install dependencies
npm i --registry=http://registry.npm.taobao.org# develop
npm run android
# build
npm run build:android# install dependencies
npm run pod
# develop, include `npm run pod`
npm run ios
# build
npm run build:iosTry:
npm run reset-cache