These samples showcase building Native Modules for React Native for Windows. It includes implementations in C# and C++/WinRT.
It currently targets React Native Windows 0.64.
The official documentation can be found here:
- Native Modules Setup
- Native Modules and React Native Windows
- Native Modules and React Native Windows (Advanced Topics)
- Native UI Components
Note: Don't build your own projects directly out of these samples. When you publish a native module (as source), you'll want to create a new project with the correct metadata. This will also make sure that you're using unique identifiers in your project files to avoid conflicts with other native modules.