uppy/packages/@uppy/react-native/README.md
Artur Paikin 7adacb74a7
meta: Fix logos in all the readmes (#4407)
Fix logos in all the readmes
2023-04-07 23:46:04 +01:00

26 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# @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">
[![npm version](https://img.shields.io/npm/v/@uppy/react-native.svg?style=flat-square)](https://www.npmjs.com/package/@uppy/react-native)
![CI status for Uppy tests](https://github.com/transloadit/uppy/workflows/Tests/badge.svg)
![CI status for Companion tests](https://github.com/transloadit/uppy/workflows/Companion/badge.svg)
![CI status for browser tests](https://github.com/transloadit/uppy/workflows/End-to-end%20tests/badge.svg)
Basic Uppy component for React Native with Expo. Its 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).