UNPKG

react-native-background-upload

Version:

Cross platform http post file uploader with android and iOS background support

9 lines (7 loc) 169 B
// @flow export type UploadEvent = 'progress' | 'error' | 'completed' | 'cancelled' export type StartUploadArgs = { url: string, path: string, headers?: Object }