Commit graph

6 commits

Author SHA1 Message Date
Giacomo Cerquone
38dfb70d92
example: revive React Native example (#4164) 2023-01-05 11:48:48 +01:00
Antoine du Hamel
797e171179
meta: fix more linter warnings (#3757) 2022-05-19 17:15:38 +02:00
Antoine du Hamel
2c996d7043
react-native: refactor takePictureWithExpo (#2946) 2021-06-17 11:53:01 +01:00
Renée Kooi
46c366389f
react-native: fix lint 2020-09-02 13:22:08 +02:00
Andrew
15e97f5c65
react-native: Fix react native expo permissions (#2418)
* dash: Add support for AVIF images in thumbnails

I added support to load thumbnails when uploading AVIF images, by adding 'avif' to the regex. I also updated the unit test.

Note that support for this is dependant on browser support, and currently only Chrome 85+ and Firefox 77+ support it (Firefox requires flag to be set to allow it)

* Allowed HTML Attributes to be passed via props

This fix still needs some work, as certain attributes could be passed to Uppy or as an HTML attribute, such as target

When this is fixed, this will resolve #2403

* fix: Fixed issues caused by moved dependencies

* Revert "Allowed HTML Attributes to be passed via props"

This reverts commit d7f8076fb3.

* Fixed dependencies
2020-08-31 11:53:45 +01:00
Artur Paikin
04a3df9f15 move to @uppy/react-native package 2019-04-17 18:17:25 +03:00
Renamed from examples/react-native-expo/react-native/file-picker/takePicture.js (Browse further)