Share components between react native projects.
Clone the project
git clone https://github.com/jhowpaes/monorepo-apps.git
Go to the project directory
cd monorepo-apps
Install dependencies
yarn install or yarn lerna:bootstrap
Start the firstApp (IOS)
yarn firstapp:ios
Start the firstApp (Android)
yarn firstapp:start
yarn firstapp:android