-
I've set up some boilerplate using One example, react-native-randombytes, is 5 years old. Another example, react-native-document-picker, looks more recent. There's also react-native-slider. And react-native-video. They've all got a bunch of boilerplate. I'm not sure how much gets set up for you after running Some of the projects use C#, some use C++, some have mentions of UWP, some seem to have different folders for different versions of RNW. Some out there involve codegen. In my case, I'm developing for RNW v0.73. I primarily want to bring |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The documentation for starting adding windows support to a native module is here: https://microsoft.github.io/react-native-windows/docs/native-modules-setup You can choose either C++ or C# for creating your native module code. Note that there are community modules that still carry a "legacy" RNW implementation (i.e. RN < 0.60) that is no longer compatible with current RNW. It looks like react-native-randombytes is in that boat and would need a new implementation. Note: the meat of the code looks reusable (i.e. the cryptographic random generation) but all the project/infra code around it is out of date. |
Beta Was this translation helpful? Give feedback.
-
Closing in favour of this discussion with more concrete details: #13560 |
Beta Was this translation helpful? Give feedback.
Closing in favour of this discussion with more concrete details: #13560