/monorepo-react-native

Simple monorepo react native, useful components and functions being shared between apps.

Primary LanguageJava

SIMPLE MONOREPO REACT NATIVE 📱

This project is a (PoC) Proof of Concept, Monorepo for Apps Reat Native.

WHY

Maybe you need to reuse react native components or useful functions, sharing these components in apps. Monorepo can be an alternative.

Example

This example create two apps Expo Bare Workflow with typescript

I create shared folder, with subfolders for components and functions shared between apps.

This components folder, add two components (InputText) and (Button). Yarn Workspace this possible integrate this components in MyAppOne and MyAppTwo

App One App Two

It's possible 🤩

Create tests, Storybook and more ...

Monorepo is something that makes sense in apps React Native for you?

So, I invite you to contribute to this project. 👌