瀏覽代碼

update @uppy/react-native docs and readme, it’s beta version and docs are available

Artur Paikin 6 年之前
父節點
當前提交
4558e1fb3e
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 3 3
      packages/@uppy/react-native/README.md
  2. 1 1
      website/src/docs/react-native.md

+ 3 - 3
packages/@uppy/react-native/README.md

@@ -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
 

+ 1 - 1
website/src/docs/react-native.md

@@ -8,7 +8,7 @@ category: 'React'
 
 ⚠️ In Beta
 
-`@uppy/react-native` is 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 a picture with a camera or add any file from a remote url with Uppy Companion.
+`@uppy/react-native` is 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](/docs/url) with the help of a server-side component, [Uppy Companion](/docs/companion).
 
 Make sure to check out the example in [examples/react-native-expo](https://github.com/transloadit/uppy/tree/master/examples/react-native-expo).