React Native Turbomodule + TypeScript Codegen Tutorial

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 18

  • @Jonas-mi9yj
    @Jonas-mi9yj 2 роки тому +2

    I tuned in a few times during your stream trying to figure this out for the first time. Thanks for making this concise version 👍

  • @dmitrymatatov7639
    @dmitrymatatov7639 2 роки тому +3

    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.

  • @parsanasirimehr7267
    @parsanasirimehr7267 2 роки тому +2

    Love your work. I wrote my first JSI module (react-native-hashing) based on your tutorials❤

    • @ospfranco
      @ospfranco  2 роки тому +1

      nice! glad to see someone gets value out of these videos!

  • @techabl
    @techabl Рік тому +1

    great bro. good explanation, subscribed 👍.

  • @uwemnkereuwem6272
    @uwemnkereuwem6272 2 роки тому

    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.

  • @shgngpt
    @shgngpt 2 роки тому

    is there any video related to new architecture with android ?

  • @MohitArora-m4v
    @MohitArora-m4v Рік тому

    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 ?

    • @ospfranco
      @ospfranco  Рік тому

      They will still work. Until the old bridge gets removed from the RN codebase completely.

  • @_Oskar_
    @_Oskar_ 2 роки тому +1

    ♥️

  • @TheSldsnake
    @TheSldsnake 2 роки тому

    What is your vs code theme? , thanks for sharing !!

  • @average7181
    @average7181 2 роки тому

    Thank you!

  • @epicentar789
    @epicentar789 2 роки тому

    Is there a way to use swift instead of objc for writing turbomodules?

  • @didierrestrepo7010
    @didierrestrepo7010 2 роки тому

    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

    • @ospfranco
      @ospfranco  2 роки тому +1

      everything works, there are some technical issues with the NDK, so you should stick to the turbo-starter template, it's easier