How to create a Universal app by sharing code between a React JS web and React Native app.

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

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

  • @alexsantiago2797
    @alexsantiago2797 4 года назад +1

    Was just dealing with this problem all day yesterday. Thank you so much for this in depth, clear tutorial! I look forward to learning more React Native from you

  • @venkyakshaya
    @venkyakshaya 4 года назад +1

    Thank you so much. This tutorial saved my life :D

  • @abdulahadtariq6012
    @abdulahadtariq6012 4 года назад +1

    Hi there,
    I am new to react native.
    I just want to convert my ReactJS into ReactNative.
    Will it be done in the same way or not?

  • @farzan2799
    @farzan2799 3 года назад

    Thanks for your useful tutorial.
    How do you use other react-native modules?
    I have cloned your project and try to add react-navigation 5 and it's dependencies like gesture-handler, but face with errors.
    would you please make another video using it?

  • @riteshbansal4947
    @riteshbansal4947 2 года назад

    How are you doing the snapshot testing of this common codebase?

  • @StephenRayner
    @StephenRayner 4 года назад

    Does this work without yarn work spaces? Say I already have “common” in the form of a react native component library. I am trying to figure out how to load react native code into CRA.

  • @rajkumart08
    @rajkumart08 3 года назад

    How will you manage google maps for both web and mobile

  • @techknowledgebase4504
    @techknowledgebase4504 3 года назад

    Facing react hooks issue. Could you make another video to solve the issue

  • @Akshhacks
    @Akshhacks 3 года назад

    can you setup it in typescript with tutorial

    • @KylanHurt
      @KylanHurt 2 года назад

      Typescript shouldn't make much of a difference and would be outside of the scope of this video, IMO. Most of the code being added is within iOS and Android files, not Javascript. The Javascript code should execute just fine even within a Typescript file.