Przeglądaj źródła

don’t log the result

Artur Paikin 6 lat temu
rodzic
commit
8658eb37ea

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

@@ -10,7 +10,7 @@ function selectImageWithExpo (options) {
 
         return Expo.ImagePicker.launchImageLibraryAsync(options)
           .then((result) => {
-            console.log(result)
+            // console.log(result)
             if (!result.cancelled) {
               return resolve(result)
             }