uppy/examples/react-native-expo
Antoine du Hamel b8a466b6ad
meta: add release automations (#3304)
* meta: add release automations

* Add missing versions

* remove old scripts that are no longer useful

* add special casing for robodog

* skip fetching if HEAD is already available locally

* Publish to npm from GitHub actions

* fixes

* Update afterVersionBump script

* Fix getUpToDateRefsFromGitHub script

* Make sub-package specific changelogs

* fix git and PR opening process in GH Actions

* fix Release action

* don't fetch GH user names in changelog

* add support for commits that touch several packages

* add website as a valid commit message prefix

* Assign the PR to the releaser and fix other GH related bugs

* Remove release branch from CI

* Restore git history at the end of local release session

* skip CI if assignee has not approved the PR

* fix release commit message

* beautify commit message

* Special case for @uppy/robodog

* Failure is not an option

* Rename release CI

* Always rewind before crashing

* Improve logging

* fix changelog table

* fix linter

* Update CONTRIBUTING.md

* Remove unused package

* Disable Release workflow between two releases

* Fix git command and workaround deleted branch
2021-12-07 18:19:06 +01: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.js Stricter linter (#3095) 2021-08-17 20:32:57 +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.