You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With React Native for Windows becoming a viable target, enabling this package for Windows would be a great benefit to the community! (Especially if this package backs uuid, since a library I plan on using in RN uses it.)
I'm willing to take a stab at an initial implementation, and wanted to post this issue as a place to track progress.
Todo:
Ensure RN for Windows supports synchronous methods It does!
Decide if C++ or C# would be the most appropriate C# would be the most approachable, and would be just as performant as the C++ version since they're both just calling UWP APIs
Determine if RN prefers Win32, UWP, or both for third party modules RN for Windows only works on Windows 10, so there's no sense in using the Win32 APIs.
With React Native for Windows becoming a viable target, enabling this package for Windows would be a great benefit to the community! (Especially if this package backs
uuid
, since a library I plan on using in RN uses it.)I'm willing to take a stab at an initial implementation, and wanted to post this issue as a place to track progress.
Todo:
Ensure RN for Windows supports synchronous methodsIt does!Decide if C++ or C# would be the most appropriateC# would be the most approachable, and would be just as performant as the C++ version since they're both just calling UWP APIsDetermine if RN prefers Win32, UWP, or both for third party modulesRN for Windows only works on Windows 10, so there's no sense in using the Win32 APIs.The text was updated successfully, but these errors were encountered: