marquelzikri / rn-nextjs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:TypeScript 32.7%Language:Java 29.5%Language:Objective-C 21.0%Language:JavaScript 10.3%Language:Ruby 3.5%Language:Starlark 2.9%