android err!!!!RNFetchBlob.DocumentDir!!undefined is not an object
Opened this issue ยท 6 comments
kuangyazhou commented
package.json
"react-native-fetch-blob": "^0.10.8",
"react-native-pdf": "^3.0.15",
In my react native app, IOS works fine, but in the android app, undefined is not an object rnfetchblog.documentdir. I have checked many issues, but I haven't seen a clear solution
Anees-Raja commented
Just started getting this issue for no reason.
nomes542 commented
Also getting this error
garrottkai commented
I'm seeing the opposite - getting this error on iOS, but it works on Android for me
kevinNejad commented
this solved mine.
My case is integrating RN project into an existing project. So react-native link was not an option for me.
Jobel91 commented
Like @kevinNejad said, just run react-native link react-native-fetch-blob.
dilipchandima commented
@Jobel91 this is not worked for me I tried manual config in XCode also but didn't work :(