i followed these instructions: nrwl/nx#23101 (comment)
✨ This workspace has been generated by Nx, Smart Monorepos · Fast CI. ✨
node v20.14.0
npm v10.7.0
npm install
npx nx start mobile
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
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