react-native-fetch-blob
Version:
A module provides upload, download, and files access API. Supports file stream read/write for process large files.
18 lines (12 loc) • 380 B
JavaScript
// Copyright 2016 wkh237@github. All rights reserved.
// Use of this source code is governed by a MIT-style license that can be
// found in the LICENSE file.
import {
NativeModules,
DeviceEventEmitter,
NativeAppEventEmitter,
} from 'react-native'
const RNFetchBlob = NativeModules.RNFetchBlob
const emitter = DeviceEventEmitter
export default class RNFetchBlobFile {
}