From d362c73dc91cbce49e963e7de20eaa0c8bb26d7d Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Tue, 2 Apr 2019 15:33:46 +0300 Subject: [PATCH] pass exif, needed for fingerprinting --- examples/react-native-expo/react-native/file-picker/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react-native-expo/react-native/file-picker/index.js b/examples/react-native-expo/react-native/file-picker/index.js index a32b5a188..329d09870 100644 --- a/examples/react-native-expo/react-native/file-picker/index.js +++ b/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`,