# raindrop-app
**Repository Path**: raychow-github/raindrop-app
## Basic Information
- **Project Name**: raindrop-app
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2017-03-03
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# raindrop-app
Reference react-native app based on the restful API of www.yudianer.com.
All the features are based on official components. Only Js used, no native Java code.
## Demo
http://share.weiyun.com/bbf67609eef2f58b87ca79ce0cbf185b
## Screenshots
## Running
1. Prepare environment: please refer to [official docs](https://facebook.github.io/react-native/docs/getting-started.html#content)
2. Install dependence: `npm install`. only one package [react-native-icons](https://github.com/corymsmith/react-native-icons) used.
3. Run `react-native run-android`.
## For more guide
Please refer to my blog:
1. http://segmentfault.com/a/1190000003915315
2. http://segmentfault.com/a/1190000003931440
## API of www.yudianer.com:
Wrapped in [DataService.js](https://github.com/caohongtao/raindrop-app/blob/master/src/network/DataService.js)