react-native-get-random-values icon indicating copy to clipboard operation
react-native-get-random-values copied to clipboard

Add support for React Native Windows

Open dstaley opened this issue 4 years ago • 2 comments

This PR includes everything necessary to add support for React Native on Windows! :tada:

GIF of a Windows React Native app generating random UUIDs

Getting all the paths for the project includes was a bit tricky, and it's possible it doesn't actually work when installed from NPM. It'd be a huge help if you could publish an alpha version just so that I can download it and confirm everything loads correctly.

Before merging this, I'd like to update the readme with instructions on how to include this in a Windows project. I'll update this PR within the next day or so with that!

dstaley avatar Feb 29 '20 04:02 dstaley

So I just came across this comment from a member of the React Native for Windows team.

Community modules will likely want to be in C++ so that you dont require other apps to load the CLR.

Hearing this, I'm going to switch this to C++ instead of C#.

dstaley avatar Feb 29 '20 08:02 dstaley

See PR #15 for the C++ instead of C# windows.

namrog84 avatar Sep 10 '20 00:09 namrog84