Open buddydudeio opened 2 years ago
It looks like this library doesn't work on RNW > 0.60. Various classes in RNFSManager.cs look to have been changed or removed since then. I also think ReactNative should now be Microsoft.ReactNative in the solution file? In any case I've been trying to get this working for days with no luck.
Hi, have you found a solution? I currently have the same problem, thanks.
Hi, I have the same problem, Anyone found a solution for this? I ran the command "npx react-native autolink-windows" This is the error
Any progress in this issue? I have same error on Windows. I can work on macOS but I also have to run at Windows eventually.
Any progress in this issue? I have same error on Windows. I can work on macOS but I also have to run at Windows eventually.
There has been progress on this issue, see this answer.
Any progress in this issue? I have same error on Windows. I can work on macOS but I also have to run at Windows eventually.
There has been progress on this issue, see this answer.
Yes, thanks, I also found it, and as mentioned here, there's another fork that works on Windows even when file path contains non-latin character!
Now all we have to is just waiting for merge those into this repo, and publish as npm package...
the same issue, is there any update for this.
any update?
Problem
Running the command
npx react-native run-windows --debugger
fails to automatically link thereact-native-fs
module. Manually linking vianpx react-native link react-native-fs
only results in Android and IOS being linked.Expected Behavior
Based on the instructions here, I expected
npx react-native run-windows --debugger
to have autolinkedreact-native-fs
for Windows; I then expectednpx react-native link react-native-fs
to have resolved the autolinking issue.Logs
npx react-native run-windows --debugger
npx react-native link react-native-fs