react-native-web-monorepo-lerna icon indicating copy to clipboard operation
react-native-web-monorepo-lerna copied to clipboard

Started kit to build a cross platform app with React Web and React Native

Started kit to build a cross platform app with React Native and React Web.

Install

  • Run yarn bootstrap

Web Version

  • Run cd packages/web && yarn start

Native Version

iOS

  • Run cd packages/mobile && yarn ios

Android

  • Run cd packages/mobile && yarn android

Built with

  • Lerna
  • Create-react-app
  • React Native
  • React Native Web
  • Styled-component
  • Styled-System
  • React Navigation
  • React Router
  • Redux
  • Immer

Requirement

  • Lerna >= 3.3.0
  • React Native >= 0.57
  • React Native Cli >= 2.0