joltup / rn-fetch-blob

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

Fix require cycle warnings #512

Closed betoharres closed 4 years ago

betoharres commented 4 years ago

Fixes #183

alpha0010 commented 4 years ago

This method unfortunately will not work due to: https://github.com/joltup/rn-fetch-blob/pull/357#issuecomment-502193152

betoharres commented 4 years ago

Oh :( okay then

ThaJay commented 4 years ago

This method unfortunately will not work due to: #357 (comment)

How is this the same as removing the lines as attempted in previous pull requests? This looks perfectly fine to me, as all defined variables stay in place. @alpha0010