react-native-mmkv icon indicating copy to clipboard operation
react-native-mmkv copied to clipboard

Windows support

Open mrousavy opened this issue 3 years ago • 1 comments

Would be nice to have support for react-native-windows.

I've already started working on this at the support-windows branch, but hit a roadblock because I couldn't add the MMKV/Core/core.vcxproj to my solution since that's VS 2015 and apparently my VS 2019 can't read that:

No idea how to add that without touching the submodule, but if anyone has some ideas let me know!

mrousavy avatar Mar 02 '21 10:03 mrousavy

@mrousavy I guess you created the solution/vcxproj with VS2016/VS2015? So probably it is only a matter of reinitializing the windows project with VS2019 or VS2022?

Edit: Sorry I read the PR again and it's the MMKV module that's VS2015. Hmm I'll lookup if it's somehow possible.

creambyemute avatar Feb 28 '22 15:02 creambyemute