react-native-fetch-blob icon indicating copy to clipboard operation
react-native-fetch-blob copied to clipboard

android err!!!!RNFetchBlob.DocumentDir!!undefined is not an object

Open kuangyazhou opened this issue 7 years ago • 6 comments

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

kuangyazhou avatar Jun 06 '18 09:06 kuangyazhou

Just started getting this issue for no reason.

Anees-Raja avatar Jun 23 '18 18:06 Anees-Raja

Also getting this error

nomes542 avatar Jun 25 '18 21:06 nomes542

I'm seeing the opposite - getting this error on iOS, but it works on Android for me

garrottkai avatar Jul 09 '18 19:07 garrottkai

this solved mine. My case is integrating RN project into an existing project. So react-native link was not an option for me.

https://github.com/wkh237/react-native-fetch-blob/issues/706#issuecomment-394759849

kevinNejad avatar Sep 06 '18 21:09 kevinNejad

Like @kevinNejad said, just run react-native link react-native-fetch-blob.

Jobel91 avatar Dec 06 '18 10:12 Jobel91

@Jobel91 this is not worked for me I tried manual config in XCode also but didn't work :(

dilipchandima avatar Jan 07 '19 04:01 dilipchandima