Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to resolve module react-native-blob-util

I'm facing this issue , when we run yarn IOS project - it is building successfully and and installing on simulator ,

while loading, metro bundler stops at some point and throws below error.

enter image description here

Tried below steps also, no luck.

  1. Clear watchman watches: watchman watch-del-all
  2. Delete node_modules: rm -rf node_modules and run yarn install
  3. Reset Metro's cache: yarn start --reset-cache
  4. Remove the cache: rm -rf /tmp/metro-*

Please lete me know how i can resolve this issue.

env : MacBook Pro M1 , RN version - 0.61.5 , Xcode - 13

like image 318
Kartiikeya Avatar asked Mar 06 '26 07:03

Kartiikeya


1 Answers

rn-fetch-blob and react-native blob util can't work together.remove rn-fetch-blob and use react-native blob util instead of this.

like image 154
Mahii Avatar answered Mar 08 '26 20:03

Mahii



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!