Hello, thank you for tutorials!) But I think people (or maybe only me) have misunderstanding with new architecture because of complexity. It would be great to see a fully explanation of new architecture and a scheme with JSI, Turbo Modules, Fabric, Codegen, HostObjects which could show connections between them and show the difference and edge cases.
Great content, thank you for the time you put into this. A quick observation, I noticed that when I start the app with "yarn ios" I am unable to call the TurboModule.
I am woking on a brownfield app that expose a lot of native modules to RN, if i upgrade and turn on turbo modules, will i need to change the old way of writing modules, or will that still work ?
Hi. Exclent work. Does this codegen work for android? I tried to test it but it doesn't generate anything, the turbomodules template from the other video doesn't work for me, that's why I ask. Thanks
I tuned in a few times during your stream trying to figure this out for the first time. Thanks for making this concise version 👍
You are welcome
Hello, thank you for tutorials!)
But I think people (or maybe only me) have misunderstanding with new architecture because of complexity. It would be great to see a fully explanation of new architecture and a scheme with JSI, Turbo Modules, Fabric, Codegen, HostObjects which could show connections between them and show the difference and edge cases.
Love your work. I wrote my first JSI module (react-native-hashing) based on your tutorials❤
nice! glad to see someone gets value out of these videos!
great bro. good explanation, subscribed 👍.
Great content, thank you for the time you put into this.
A quick observation, I noticed that when I start the app with "yarn ios" I am unable to call the TurboModule.
is there any video related to new architecture with android ?
I am woking on a brownfield app that expose a lot of native modules to RN, if i upgrade and turn on turbo modules, will i need to change the old way of writing modules, or will that still work ?
They will still work. Until the old bridge gets removed from the RN codebase completely.
♥️
What is your vs code theme? , thanks for sharing !!
Github Theme
Thank you!
Is there a way to use swift instead of objc for writing turbomodules?
no
Hi. Exclent work. Does this codegen work for android? I tried to test it but it doesn't generate anything, the turbomodules template from the other video doesn't work for me, that's why I ask. Thanks
everything works, there are some technical issues with the NDK, so you should stick to the turbo-starter template, it's easier