-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Undefined is not an object(evaluating 'RNFetchBlob.DocumentDir') #691
Comments
same issue here. "react": "16.3.0-alpha.1", UPDATE: |
@quarkcore |
@safeimuslim i only found out that the error is normaly caused if not registered on native properly. |
npm install && react-native link |
npm install && react-native link not worked for me. Any other solution |
Hello i have solved this issue for iOS---- when you install the you can to open project from iOS in Xcode then remove the library of RNFetchBlob.xcodeproj from library folder and then again add by right click on library folder from node modules-->react-native-fetch-blob--->iOS folder --->add project RNFetchBlob.xcodeproj then all required file will be there and make sure add lib on build phases also libRNFetchBlob.a it works for me. Thanks |
not work for me in windows |
|
me too cannot make this work |
HOw did you do it exactly? Do you recall? What do you mean adding package on native side?? |
Solved it for my self by doing
then manually adding libRNFetchBlob.a to "Link Binary with Libraries" |
Hi, can you help me about this error.
"react": "16.0.0",
"react-native": "0.50.4",
The text was updated successfully, but these errors were encountered: