mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 01:15:35 +00:00
24 lines
1 KiB
Markdown
24 lines
1 KiB
Markdown
# @uppy/react-native
|
|
|
|
⚠️ Beta version
|
|
|
|
<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>
|
|
|
|
Basic Uppy component for React Native with Expo. It is in Beta, and is not full-featured. You can select local images or videos, take pictures with a camera or add any files from [remote urls](https://uppy.io/docs/url), with the help of our server-side component, [Uppy Companion](https://uppy.io/docs/companion).
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
$ npm install @uppy/react-native --save
|
|
```
|
|
|
|
## Documentation
|
|
|
|
Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/react/native/).
|
|
|
|
## License
|
|
|
|
[The MIT License](./LICENSE).
|