Unhandled JS Exception: TypeError: null is not an object (evaluating 'RNFetchBlob.DocumentDir')
Installed library and RN project
"react": "16.9.0",
"react-native": "0.61.5",
"rn-fetch-blob": "^0.12.0"

You have to use RNFetchBlob.fs.dirs.DocumentDir instead)
@paulrevival instead of what?
same issue
You need to manually add
pod 'react-native-fetch-blob',
:path => '../node_modules/react-native-fetch-blob'
to your pod file and don't forget to run pod install afterwards.
yes this helped, I have found this solution on other github issue, thank you
鏄殑锛岃繖鏈夋墍甯姪锛屾垜鍦ㄥ叾浠杇ithub闂涓婃壘鍒颁簡姝よВ鍐虫柟妗堬紝璋㈣阿
Could you tell me how do you solve
@alecpo I meant instead of RNFetchBlob.DocumentDir
In android I just cleared the caches and it just worked. I used all these commands:
Most helpful comment
@paulrevival instead of what?