An open API service indexing awesome lists of open source software.

https://github.com/liuhaozzu/reactnativeproj


https://github.com/liuhaozzu/reactnativeproj

android-application es6 react react-native react-navigation webpack

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# reactNativeProj
## what's this project
> it's a react native project using the latest *React Navigation*

# dev
1, clone the project
2, run `npm install` to install the node modules; *if you use `cnpm`, you'll meet some unexpected exceptions*
3, run command `react-native run-android`; you can config the package.json file script field to creat your own command

# build
1, clone the project
2, run `npm install` to install the node modules; *if you use `cnpm`, you'll meet some unexpected exceptions*
3, `cd android && ./gradlew installRelease`; you can config the package.json file script field to creat your own command