How should C# native plugins be integrated #9981
-
After Auto 0.58, the project was developed from C# language to C++. However, what I am more confused about is if I use C# to develop native plugins, how should I inherit it into ReactNative? |
Beta Was this translation helpful? Give feedback.
Answered by
chrisglein
May 23, 2022
Replies: 1 comment 1 reply
-
You can author modules in either C++ or C#. The best way to learn about this is in the Native Modules documentation. There are some considerations for mixing, which you can read about here. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
527395632
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can author modules in either C++ or C#. The best way to learn about this is in the Native Modules documentation. There are some considerations for mixing, which you can read about here.