Artur Paikin преди 6 години
родител
ревизия
8658eb37ea
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      examples/react-native-expo/react-native/file-picker/selectImage.js

+ 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)
             }