a-leut

Results 5 comments of a-leut

I left my update [here](https://github.com/itinance/react-native-fs/issues/1039). This works for me on the current version of react native windows dependencies I installed today: ``` npm uninstall react-native-fs npm install https://github.com/a-leut/react-native-fs#dev npx react-native...

When I try the dev branch I get an error with the wrong windows SDK version: ``` Build failed with message 3:10>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.Cpp.WindowsSDK.targets(46,5): error MSB8036: The Windows...

I fixed the version issue in avmoroz's branch and pushed my own upgraded version. This now works in one step for me: ``` npm uninstall react-native-fs npm install https://github.com/a-leut/react-native-fs#dev npx...

I left my update [here](https://github.com/itinance/react-native-fs/issues/1039). This works for me on the current version of react native windows dependencies I installed today: ``` npm uninstall react-native-fs npm install https://github.com/a-leut/react-native-fs#dev npx react-native...

@gangli66 if you're using yarn version 2+ I think you need the prepend the package name like in the second answer here: https://stackoverflow.com/questions/43411864/how-to-install-package-from-github-repo-in-yarn `yarn add '@https://github.com//'`