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
- Host: GitHub
- URL: https://github.com/liuhaozzu/reactnativeproj
- Owner: liuhaozzu
- Created: 2018-01-20T12:14:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-24T14:46:21.000Z (over 8 years ago)
- Last Synced: 2025-03-24T15:28:02.620Z (over 1 year ago)
- Topics: android-application, es6, react, react-native, react-navigation, webpack
- Language: JavaScript
- Size: 2.41 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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