No Description

RNFetchBlobFile.js 380B

123456789101112131415161718
  1. // Copyright 2016 wkh237@github. All rights reserved.
  2. // Use of this source code is governed by a MIT-style license that can be
  3. // found in the LICENSE file.
  4. import {
  5. NativeModules,
  6. DeviceEventEmitter,
  7. NativeAppEventEmitter,
  8. } from 'react-native'
  9. const RNFetchBlob = NativeModules.RNFetchBlob
  10. const emitter = DeviceEventEmitter
  11. export default class RNFetchBlobFile {
  12. }