Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`