Zaiqiuchang is a mobile app developed using React Native(RN for short), both iOS and Android are supported. For business reasons, this open source project is just the lite version of the business one. Full feature app can be downloaded at 在球场 , and you can see the full power of RN.
Feature | Description |
---|---|
react-native | Bridge to native. |
react | Build ui component. |
redux | Manage ui state. |
react-native-navigation | Screen navigation. |
react-native-vector-icons | Display icon. |
validate.js | Validate input. |
react-native-image-picker | Pick image from camera or album. |
react-native-image-resizer | Compress image. |
react-native-amap-location | Locate on Android. |
iOS
> npm install
> react-native link
> react-native run-ios
Android
> npm install
> react-native link
> react-native run-android