Reputation: 95
TypeError: _reactNativeFetchBlob2.default.writeFile is not a function
import RNFetchBlob from 'react-native-fetch-blob';
RNFetchBlob.writeFile(path, data, 'utf8')
.then((success) => {
console.log(success);
})
.catch((err) => {
console.log(err);
});
Upvotes: 0
Views: 488