mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-24 02:38:58 +00:00
24 lines
845 B
Markdown
24 lines
845 B
Markdown
# @uppy/react-native
|
|
|
|
⚠️ Alpha version, use at your own risk!
|
|
|
|
<img src="https://uppy.io/images/logos/uppy-dog-head-arrow.svg" width="120" alt="Uppy logo: a superman puppy in a pink suit" align="right">
|
|
|
|
<a href="https://www.npmjs.com/package/@uppy/react-native"><img src="https://img.shields.io/npm/v/@uppy/react-native.svg?style=flat-square"></a>
|
|
<a href="https://travis-ci.org/transloadit/uppy"><img src="https://img.shields.io/travis/transloadit/uppy/master.svg?style=flat-square" alt="Build Status"></a>
|
|
|
|
Alpha version of an Uppy React Native plugin. Tested with Expo, supports picking local files and videos, and remore Urls with `@uppy/companion`.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
$ npm install @uppy/react-native --save
|
|
```
|
|
|
|
## Documentation
|
|
|
|
Not available in alpha-version, use at your own risk.
|
|
|
|
## License
|
|
|
|
[The MIT License](./LICENSE).
|