React Native iOS Turbo Modules

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

Комментарии • 24

  • @jrbauerdev
    @jrbauerdev 2 месяца назад +1

    Tremendous value out of the gate. Thanks for this.

  • @charleschen4093
    @charleschen4093 4 месяца назад +1

    appreciate your content!

    • @ramielwan48
      @ramielwan48  4 месяца назад

      Appreciate your comment!

  • @mogorhom
    @mogorhom 5 месяцев назад

    liked and subscribed! thanks Rami

    • @ramielwan48
      @ramielwan48  5 месяцев назад

      You're very welcome Mo 🙏

  • @kushnirov
    @kushnirov 4 месяца назад +1

    thank you for such a nice explanation! It would be nice if you made a video about how to use new fabric components

    • @ramielwan48
      @ramielwan48  4 месяца назад +1

      I was thinking of doing something like that. Let me see if I can come up with a good example

    • @kushnirov
      @kushnirov 4 месяца назад +1

      what if you replicate some of the native components from react-native, such as text, buttons, and inputs? It will demonstrate how to forward values and callbacks

    • @ramielwan48
      @ramielwan48  4 месяца назад

      Yeah that one idea. Also I was thinking of something more interesting maybe a simple time picker? I am not sure I'll see. Also I am not very familiar with the Android dev when it comes to UI, so I will have to see

  • @call_me_rusker
    @call_me_rusker 5 месяцев назад

    Cool knowledge

  • @phamanhdung303
    @phamanhdung303 5 месяцев назад

    Thank you! That's so cool, bro, it will be perfect if you can give us a real example with a module that is really necessary to use the turbo module. e.g: custom Dynamic Island or handle Kits

  • @ilyxxxa4523
    @ilyxxxa4523 Месяц назад +1

    Is it possible to write turbo modules using swift instead of objective-c??

    • @ramielwan48
      @ramielwan48  28 дней назад +1

      Yes. I am planning to make a video about it!

    • @ilyxxxa4523
      @ilyxxxa4523 28 дней назад

      @@ramielwan48 thank you! I will wait it

  • @HarshitSharma-h7l
    @HarshitSharma-h7l 4 дня назад

    What if I want to add my own spm library and want to expose it to react. how can I do that.

    • @ramielwan48
      @ramielwan48  2 дня назад

      As far as I know spm is not supported but you can add pods using the podspec file

    • @HarshitSharma-h7l
      @HarshitSharma-h7l 2 дня назад

      @@ramielwan48 hi thanks for reply, But I wrote everything in objc in react library. my spm was completely in swift, I tried to import it in objc files in reactnative library. but my spm not able to create libs , it didn't have .xcodeproj file in it so, let me know if you have some solution on it, I don't even have a clue what I am doing in it. :)

  • @DigvijayGuptaofficialdk
    @DigvijayGuptaofficialdk 5 месяцев назад +2

    Use VS code instead of neo vim(nvim) , so we can better understand the file levels,

  • @preetyattri3789
    @preetyattri3789 2 месяца назад

    While generaing example i got this error did not find any solution outside. anyone who faced this?
    ⠋ Generating example app
    error: unknown option '--npm'
    (Did you mean --pm?)
    node_modules/create-react-native-library/lib/utils/spawn.js:27
    reject(new Error(stderr.trim()));

    • @ramielwan48
      @ramielwan48  2 месяца назад

      There was an issue with the create react native library package. Try again now