📌  相关文章
📜  需要循环:node_modules\rn-fetch-blob\index.js -> node_modules\rn-fetch-blob\polyfill\index.js -> node_modules\rn-fetch-blob\polyfill\Fetch.js -> node_modules\rn- fetch-blob\index.js - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:29.234000             🧑  作者: Mango

代码示例1
// Modify these files can avoid require cycle:
// IN DIR rn-fetch-blob/polyfill
// all thease 4 files: Blob.js, Fetch.js, FileReader.js, XMLHttpRequest.js

// import RNFetchBlob from '../index.js'
import {NativeModules} from 'react-native';
const RNFetchBlob = NativeModules.RNFetchBlob