Skip to content
/ rn-nextjs Public template

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

Notifications You must be signed in to change notification settings

marquelzikri/rn-nextjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.