-
-
Notifications
You must be signed in to change notification settings - Fork 275
Windows support #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Draft
@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. |
is there any plans for this? |
Do this library support windows now? |
We are interested in windows support as well |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 theMMKV/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!
The text was updated successfully, but these errors were encountered: