Skip to content

yehonadav/nx-expo-router

 
 

Repository files navigation

nx + expo + expo-router

nrwl/nx#21847

i followed these instructions: nrwl/nx#23101 (comment)

This workspace has been generated by Nx, Smart Monorepos · Fast CI.

Pre-requisites

node v20.14.0
npm v10.7.0

Setup

npm install

Start the app

npx nx start mobile

Creating dev builds

https://stackoverflow.com/questions/77367846/distribution-certificate-with-fingerprint-hasnt-been-imported-successfully

install dev builds on simulators

https://chatgpt.com/share/d3718fe6-3797-44e8-a2fa-4a75690aaa04

nx build:ios:development-simulator mobile
tar -xzf apps/mobile/build-1725475078413.tar.gz
xcrun simctl install booted NXExpoRouter.app
xcrun simctl launch booted com.yehonadavvibez.nxexporouter

nx build:android:development mobile
adb install apps/mobile/build-1725483613172.apk
adb shell monkey -p com.yehonadavvibez.nxexporouter -c android.intent.category.LAUNCHER 1

install dev builds on real devices

nx build:android:development mobile
adb install apps/mobile/build-1725483613172.apk

https://chatgpt.com/share/2982c720-d4f6-455c-9002-299adde8cd10
nx build:ios:development mobile

About

repo to try and get expo-router working in nx monorepo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.2%
  • JavaScript 12.8%