joltup / rn-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.8k stars 770 forks source link

Does the package work with windows and macOS react native 0.64? #813

Open edcylau opened 1 year ago

edcylau commented 1 year ago

i am using react-native 0.64 with macOS and windows

i installed the package, it gives me the error, like undefined is not an object RNFetchBlob.DocumentDir. I cannot autolinking for my app, but only find manual linking for ios and android, wonder it's related but see if there's a manual linking guide for windows and macos??

MuhammadBilal60803 commented 1 year ago

@edcylau import RNFS from 'react-native-fs'; use RNFS.DocumentDirectoryPath instead of RNFetchBlob.DocumentDir

RonRadtke commented 1 year ago

@edcylau For windows support use: https://www.npmjs.com/package/react-native-blob-util