Преглед изворни кода

upload shouldn’t start here

Artur Paikin пре 6 година
родитељ
комит
776d6ae77a
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      examples/react-native-expo/react-native/file-picker/index.js

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

@@ -65,7 +65,6 @@ export default class UppyReactNativeFilePicker extends React.Component {
         type: file.type,
         data: file
       })
-      this.uppy.upload()
       this.props.onRequestClose()
     })
   }