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

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ต.ค. 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

  • @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.

  • @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?

  • @riteshbansal4947
    @riteshbansal4947 2 ปีที่แล้ว

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

  • @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?

  • @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.