undefined is not an object (evaluating 'RNFetchBlob.DocumentDir')
See original GitHub issuepackage.json:
{
"name": "empty-project-template",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"rnpm": {
"assets": [
"assets/Fonts"
]
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"expo": "30.0.0",
"react": "16.3.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz",
"react-native-pdf": "^5.0.9",
"react-native-svg-charts": "^5.2.0",
"react-native-vector-icons": "^6.0.2",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"rn-fetch-blob": "^0.10.13"
}
}
app.json:
{
"expo": {
"name": "name",
"description": "This project is really great.",
"slug": "name",
"privacy": "public",
"sdkVersion": "30.0.0",
"platforms": [
"ios",
"android"
],
"version": "1.0.0",
"icon": "./assets/Icons/icon.png",
"splash": {
"image": "./assets/Images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.example.new"
},
"android": {
"package": "com.example.new"
}
}
}
I use expo.
Issue Analytics
- State:
- Created 5 years ago
- Comments:9
Top Results From Across the Web
undefined is not an object (evaluating 'RNFetchBlob ... - GitHub
my project is swift with pod, i already add #import in my headers, it always that "undefined is not an object (evaluating 'RNFetchBlob....
Read more >Null is not an object (evaluating 'RNFetchBlob.DocumentDir ...
I'm using Expo and try to download files using react-native-fetch-blob import RNFetchBlob ...
Read more >iOS : React Native Fetch Blob - undefined is not an ... - YouTube
iOS : React Native Fetch Blob - undefined is not an object ( evaluating ' RNFetchBlob.DocumentDir ') [ Beautify Your Computer ...
Read more >Ios – React Native Fetch Blob – undefined is not an ... - iTecNote
Ios – React Native Fetch Blob – undefined is not an object (evaluating 'RNFetchBlob.DocumentDir'). fetchiosreact-nativereact-native-fetch-blob ...
Read more >[Solved]-React Native Fetch Blob - undefined is not an object ...
Coding example for the question React Native Fetch Blob - undefined is not an object (evaluating 'RNFetchBlob.DocumentDir')-React Native.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For anyone having this issue – check if the link actually worked. In my case it didn’t, so I had to do it manually.
same +1