Procházet zdrojové kódy

upload shouldn’t start here

Artur Paikin před 6 roky
rodič
revize
776d6ae77a

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