Description
#package.json
{
"name": "fante",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"native-base": "^2.8.1",
"react": "16.6.0-alpha.8af6728",
"react-native": "0.57.4",
"react-native-extra-dimensions-android": "^0.22.0",
"react-native-router-flux": "^4.0.6",
"react-native-wallpaper-manager": "^0.3.16",
"rn-fetch-blob": "^0.10.13"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.49.0",
"react-test-renderer": "16.6.0-alpha.8af6728"
},
"jest": {
"preset": "react-native"
}
}
i just install the rn-fetch-blob and import it in to the component and it gives me the error
like undefined is not an object RNFetchBlob.DocumentDir.
could you please help me to figure out this bug.