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

preview_player
Показать описание
In this tutorial, I show you how to share code between a React JS Web and React Native iOS and Android apps and create a universal app using react-native-web and yarn-workspaces.

You can find all relevant links in the readme file of the above Github repo.

Рекомендации по теме
Комментарии
Автор

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

alexsantiago
Автор

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

venkyakshaya
Автор

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?

farzan
Автор

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.

StephenRayner
Автор

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?

abdulahadtariq
Автор

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

riteshbansal
Автор

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

techknowledgebase
Автор

How will you manage google maps for both web and mobile

rajkumart
Автор

can you setup it in typescript with tutorial

Akshhacks