Skip to content

Monorepo project example to share components between ReactJS and React Native

Notifications You must be signed in to change notification settings

pabloVinicius/monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monorepo structure: sharing code between projects

With this, we are able to share code between ReactJS and React Native using react-native-web package.

This is adapted from Monorepo tutorial from Bruno Lemos.

Monorepo is powered by Yarn Workspaces and components sharing is powered by react-native-web.

We can also add other packages (like a package with basic logic) and share code even with a backend project.

Both ReactJS and React Native projects were started with its most common boilerplates (i.e create-react-app and react-native-cli).

About

Monorepo project example to share components between ReactJS and React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published