I am just trying to link react-native-fetch-blob library but it is giving error
react-native link react-native-fetch-blob
And error shows
Scanning folders for symlinks in ...\node_modules (48ms)
rnpm-install ERR! ERRPACKAGEJSON No package found. Are you sure this is a React Native project?
Cannot read property '_text' of undefined
I have already installed library using npm install react-native-fetch-blob --save
but while linking it is showing error.
Not only for fetch-blob
, linking is not working for any of the library.