Selaa lähdekoodia

pass exif, needed for fingerprinting

Artur Paikin 6 vuotta sitten
vanhempi
commit
d362c73dc9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      examples/react-native-expo/react-native/file-picker/index.js

+ 1 - 1
examples/react-native-expo/react-native/file-picker/index.js

@@ -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`,