uppy/packages/@uppy/react-native/README.md
2024-10-29 13:54:00 +01:00

32 lines
1.2 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/CI/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
```
<!-- Undocumented currently
## Documentation
Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/DOC_PAGE_HERE).
-->
## License
[The MIT License](./LICENSE).