/rn-nextjs

Monorepo of React Native & Next.js (with React Native for Web)

Primary LanguageTypeScript

rn-nextjs

Share React Native components between Next.js and mobile appication

Quick Start

Installation

  • You need Node.js 12 or newer
  • git clone https://github.com/marquelzikri/rn-nextjs.git
  • cd rn-nextjs
  • yarn

Running the project

Web

yarn web

Android

yarn android

iOS

yarn ios

if this is the first time you want to run on iOS, go to cd packages/mobile/ios and do pod install before you run.