uppy/examples/react-native-expo
2022-08-23 16:08:08 +02:00
..
assets add icon for files that are not images and don’t have previews 2019-04-09 14:12:34 +03:00
.eslintrc.json Refactor file-picker, add local providers 2018-12-19 15:45:48 +03:00
.gitignore move everything to /examples 2018-12-19 14:46:36 +03:00
.watchmanconfig move everything to /examples 2018-12-19 14:46:36 +03:00
App.js meta: enforce no-unused-vars linter rule (#3118) 2021-08-23 13:10:17 +01:00
app.json update deps 2019-03-15 13:49:28 +03:00
babel.config.cjs meta: fix linter warnings (#4039) 2022-08-23 16:08:08 +02:00
FileList.js meta: use Yarn v3 instead of npm (#3237) 2021-10-20 15:16:59 +02:00
package.json meta: add release automations (#3304) 2021-12-07 18:19:06 +01:00
PauseResumeButton.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
ProgressBar.js Resolve all type TODO's (#2963) 2021-07-20 14:40:31 +02:00
readme.md Add retext to markdown linter (#3024) 2021-10-14 16:10:45 +02:00
SelectFilesButton.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
tusFileReader.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00

Uppy in React Native Expo (Beta)

⚠️ 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.

Run it

To run this example, make sure you've correctly installed the repository root:

npm install
npm run build

That will also install the dependencies for this example.

Then, again in the repository root, start this example by doing:

npm run example react-native-expo

Then a tab will open in your browser with Expo UI, and you can choose to run the example in either an iOS or Android simulator, or right on your mobile device with an Expo app — might be easier, if you dont want to install emulators.