You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expo/examples ships with-router as a config-only template: package.json + app.json + README, with main set to expo-router/entry but no routes yet (npx create-expo-app -e with-router generates them at scaffold time). The matrix harness saw no App/index entry and skipped. Now: when an example has no entry but its package.json declares main as expo-router/entry, synthesize a minimal app/ tree (Slot + index route) under .smoke-entries/<name>-stub-app/ and route the wrapper through it. The expo-router-entry shims placeholder still does the actual mounting — what we gain is one more PASS row in the matrix proving the expo-router boot path.
0 commit comments