Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tranquangvu/react-native-uploader-demo
The example for react-native-uploader
https://github.com/tranquangvu/react-native-uploader-demo
Last synced: about 2 months ago
JSON representation
The example for react-native-uploader
- Host: GitHub
- URL: https://github.com/tranquangvu/react-native-uploader-demo
- Owner: tranquangvu
- Created: 2016-09-01T20:23:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-01T20:37:10.000Z (over 8 years ago)
- Last Synced: 2024-11-09T20:44:06.864Z (3 months ago)
- Language: JavaScript
- Size: 86.9 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Uploader Demo
This is a simple example for react-native-uploader module. It can be run both Android and iOs.
# Used modules
* [react-native-image-picker](https://github.com/marcshilling/react-native-image-picker)
* [react-native-uploader](https://github.com/tranquangvu/react-native-uploader)# How to use
* Set up React Native. [Get it](https://facebook.github.io/react-native/docs/getting-started.html)
* Clone and cd to project
* `npm install`
* Build:
* iOS: `react-native run-ios`
* Android: `react-native run-android`