Fast refresh with native code? #13949
|
Hi, |
Answered by
jonthysell
Oct 10, 2024
Replies: 1 comment
|
This is a Visual Studio feature that I'm not sure we've ever tested with our (admittedly complicated) setup for supporting C# in RNW. It's possible that some small changes (like changing the impl within a method) might work when running a Debug build if both the app and module are C#. But it's possible that making live changes could break the registration process we have for exposing the native code to JS. |
0 replies
Answer selected by
chrisglein
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a Visual Studio feature that I'm not sure we've ever tested with our (admittedly complicated) setup for supporting C# in RNW. It's possible that some small changes (like changing the impl within a method) might work when running a Debug build if both the app and module are C#. But it's possible that making live changes could break the registration process we have for exposing the native code to JS.