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