- You need Node.js 12 or newer
git clone https://github.com/marquelzikri/rn-nextjs.git
cd rn-nextjs
yarn
yarn web
yarn android
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.