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

TypeError at RNFetchBlob #511

Open karan-chaudhari opened 4 years ago

karan-chaudhari commented 4 years ago

Screenshot_20191222-002329

I got this error anyone can help me how to fix it.

React-Native Version react-native-cli: 2.0.1 react-native: 0.61.5

huntermetts commented 4 years ago

I have the same issue also running 61.5. Is there any update on this??

karan-chaudhari commented 4 years ago

No that is still pending.

pcowgill commented 4 years ago

I think this issue is a duplicate of https://github.com/joltup/rn-fetch-blob/issues/422

pcowgill commented 4 years ago

This was what fixed it for me https://github.com/joltup/rn-fetch-blob/issues/244#issuecomment-578537080

pcowgill commented 4 years ago

This issue also is a duplicate of https://github.com/joltup/rn-fetch-blob/issues/244

AnirudhWT commented 4 years ago

FOR ANDROID: react-native link rn-fetch-blob(will link the library) react-native start (kill the port if already running) (this will update the dependency graph) react-native run-android