create react native library with JSI templates #451
chanphiromsok
started this conversation in
Ideas
Replies: 1 comment
-
See also https://reactnative.dev/docs/the-new-architecture/pure-cxx-modules @atlj It would be great to replace the current template for "Turbo Modules with C++" that goes through Objective-C/Kotlin with one that uses JSI bindings without any "native platform" code except for registering/providing the module |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello to RN dev as we know react native bridge is not fast as JSI in the future it would be Fabric with Turbo and I think react-native-builder-blob should have set up template with optional for JSI template for example cmd npx create-react-native-library --template=JSI or TurboNative Module otherwise use JS bridge as template for my current situation I trouble to config CMake 😅 it is not easy to config it
** Update follow tutorial it hard to config CMakeList
https://blog.notesnook.com/getting-started-react-native-jsi/
Beta Was this translation helpful? Give feedback.
All reactions