mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-19 01:24:18 +00:00
pass exif, needed for fingerprinting
This commit is contained in:
parent
2596c69f16
commit
d362c73dc9
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ export default class UppyReactNativeFilePicker extends React.Component {
|
|||
}
|
||||
|
||||
selectImage () {
|
||||
selectImage().then((file) => {
|
||||
selectImage({ exif: true }).then((file) => {
|
||||
this.uppy.addFile({
|
||||
source: 'React Native',
|
||||
name: `media_${Date.now()}.jpg`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue