uppy/packages/@uppy/react-native
Kevin van Zonneveld 764c2ccada
Update Linter (#2796)
* relocate .vscode

* Switch to transloadit linter

* Update .eslintrc.json

* autofix code

* unlink and install eslint-config-transloadit@1.1.1

* Change 0 to "off"

* Don't change 'use strict'

* Do not vertically align

* disable key-spacing

* add import/no-extraneous-dependencies per package

* add more react/a11y warnings

* Revert "autofix code"

This reverts commit 14c8a8cde8.

* add import/no-extraneous-dependencies per example and main package

* autofix code (2)

* Allow devDependencies in ./bin

* Change import/no-extraneous-dependencies to warn again

* upgrade linter

* Set import/no-extraneous-dependencies to warn
2021-03-15 16:25:17 +00:00
..
file-picker Update Linter (#2796) 2021-03-15 16:25:17 +00:00
LICENSE move to @uppy/react-native package 2019-04-17 18:17:25 +03:00
package.json Release 2021-01-27 16:22:43 +00:00
README.md Add all the CI badges (#2725) 2021-01-13 00:30:59 +00:00

@uppy/react-native

⚠️ Beta version

Uppy logo: a superman puppy in a pink suit

CI status for Uppy tests CI status for Companion tests CI status for browser tests

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, with the help of our server-side component, Uppy Companion.

Installation

$ npm install @uppy/react-native

Documentation

Documentation for this plugin can be found on the Uppy website.

License

The MIT License.