-
Notifications
You must be signed in to change notification settings - Fork 465
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
Add Windows support on v2 master #324
Add Windows support on v2 master #324
Conversation
@htpiv FYI |
I wish we could talk this through before any work was done 🙏 Can we address Windows platform support there? |
OK, I will open another PR against LEGACY. Should we check in this current PR as well? So we'll have Windows support here too when you do start working on v2. |
#include "NativeModules.h" | ||
#include "DBStorage.h" | ||
|
||
using namespace winrt::Microsoft::ReactNative; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We shouldn't use "using namespace" in header files as this leaks to anything that includes it.
Summary:
Adding Windows async-storage.
Test Plan:
examples\mobile\AsyncStorageExample.sln
with VisualStudio and run.