Maddy

Results 9 comments of Maddy

Is there any Alternative Libraries we can use for Windows?

Hi @tero-paananen if this project worked for you can give me steps to integrate this into RN app. https://github.com/microsoft/react-native-windows/blob/1595ba71433489011a91deb895da5b8e86590818/RNWCS/docs/LinkingLibrariesWindows.md I followed these steps but react-native-windows 0.63 doesn't have MainReactNativeHost.cs file...

Hi @tero-paananen i followed the doc. 1.Import `RNFSvnext.csproj` to the solution file. I don't know below steps are right or wrong. Please correct me here 2.added `#include "winrt/RNFSvnext.h"` to pch.h...

> One should also mention this PR by azmorov https://github.com/avmoroz/react-native-fs/tree/dev > rnfs c++ implementation and works really well! Hey @exotexot ,can you please look at this comment https://github.com/microsoft/react-native-windows/issues/2829#issuecomment-708168676

@tero-paananen Thank you for your help I managed to worked using @exotexot's method.

Hi @avmoroz, @exotexot I tried to add your project to my existing application, yarn add https://github.com/avmoroz/react-native-fs.git#dev pch.h file #include "winrt/RNFSWinV2.h" App.cpp PackageProviders().Append(winrt::RNFSWinV2::ReactPackageProvider()); are these steps correct? I am getting these...

> Sorry I must have overseen this. > > I'm not using RNFS like you described. > I copied RNFSManager.cpp + RNFSManager.h to: > projectname/windows/projectname/ - folder (where e.g. your...

> I may also need to add that im running react-native 0.62.2 and react-native windows 0.62.12 This is my packages, `"dependencies": { "react": "16.11.0", "react-native": "^0.62.0-0", "react-native-fs": "https://github.com/avmoroz/react-native-fs.git#dev", "react-native-windows": "^0.62.0-0"...

@exotexot Thank you very much for your help. This is working as expected now.