|
@@ -1,13 +1,13 @@
|
|
|
# @uppy/react-native
|
|
|
|
|
|
-⚠️ Alpha version, use at your own risk!
|
|
|
+⚠️ 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>
|
|
|
|
|
|
-Alpha version of an Uppy React Native plugin. Tested with Expo, supports picking local files and videos, and remore Urls with `@uppy/companion`.
|
|
|
+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
|
|
|
|
|
@@ -17,7 +17,7 @@ $ npm install @uppy/react-native --save
|
|
|
|
|
|
## Documentation
|
|
|
|
|
|
-Not available in alpha-version, use at your own risk.
|
|
|
+Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/react/native/).
|
|
|
|
|
|
## License
|
|
|
|