mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
* meta: enable prettier for markdown * Ignore changelogs * revert CHANGELOG changes * More formatting --------- Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
# @uppy/react-native
|
||
|
||
⚠️ Beta version
|
||
|
||
<img src="https://uppy.io/img/logo.svg" width="120" alt="Uppy logo: a smiling puppy above a pink upwards arrow" align="right">
|
||
|
||
[](https://www.npmjs.com/package/@uppy/react-native)
|
||

|
||

|
||

|
||
|
||
Basic Uppy component for React Native with Expo. It’s 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
|
||
```
|
||
|
||
## Documentation
|
||
|
||
Documentation for this plugin can be found on the
|
||
[Uppy website](https://uppy.io/docs/react/native/).
|
||
|
||
## License
|
||
|
||
[The MIT License](./LICENSE).
|