123456789101112131415161718 |
- // 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 {
-
- }
|