瀏覽代碼

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