wkh237/react-native-fetch-blob

react-native link gets stuck on react-native-fetch-blob 0.10.8

Opened this issue · 0 comments

In react-native v0.55.3 project, I did the following

  1. Install reactive-native-fetch-blob => npm install --save react-native-fetch-blob
  2. react-native link

Doesn't return to cli. Need to forcefully press return or Ctrl+Z

throws an warning in Android linking
**react-native-fetch-blob will not automatically add Android permissions after 0.9.4 please run the following command if you want to add default permissions :

RNFB_ANDROID_PERMISSIONS=true react-native link** 

Expected Behavior

Exit cleanly on link

PS: tried running this bash RNFB_ANDROID_PERMISSIONS=true react-native link. Not helpful though