C++ Turbo Native Modules #114
Unanswered
Truong-coder
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@Truong-coder > Happy to help here. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings React Native community,
I have been working on RN new architecture for 2 weeks. I'm following instructions on the official doc and I'm struggling with this C++ turbo native module on C++ section. https://reactnative.dev/docs/the-new-architecture/cxx-cxxturbomodules
I thoroughly follow the instructions but not be able to run the code. I run the npx react-native start but the screen is empty and return no error, sometimes it return the EPERM error, operation not permitted but I'm be able to fix this. I can't debug with react tool as well.
If anyone could make it works please help me. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions