Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 442 Bytes

File metadata and controls

19 lines (12 loc) · 442 Bytes

react-native-monorepo

My personal monorepo containing my spare time projects.

Initial foundations of this monorepo were layed using this article.

Usage

  • Install dependencies
cd react-native-monorepo && yarn
  • Choose the app you want to run and build it.
yarn workspace @react-native-monorepo/APP_NAME ios