joltup / rn-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.8k stars 767 forks source link

Require cycle: node_modules/rn-fetch-blob/index.js #819

Open dingdangpocket opened 1 year ago

dingdangpocket commented 1 year ago

Require cycle: node_modules/rn-fetch-blob/index.js -> node_modules/rn-fetch-blob/polyfill/index.js -> node_modules/rn-fetch-blob/polyfill/FileReader.js -> node_modules/rn-fetch-blob/index.js we need to manually change NativeModules from 'react-native'; I hope you can fix this problem in next version❤️; like this everything is working: import {NativeModules} from 'react-native'; const RNFetchBlob = NativeModules.RNFetchBlob

tdammy92 commented 6 months ago

Hi, where you able to get rid of this warning ?