Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Native Module Sample - React Native for Windows

NativeModuleSample CI Status NativeModuleSample CI (Upgrade) Status

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:

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.