/monorepo-apps

Share components between react native projects.

Primary LanguageJava

Monorepo Apps React Native

Share components between react native projects.

Run Locally

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