v0.1.9
What's Changed
π New Features
--public-urlFlag: Added--public-url <url>option to theservecommand, allowing users to override the public app URL used by structured Expo dev servers. When set, the URL is displayed in the console output after the app dev server starts (6d123c3)
π§ Maintenance
- Removed Hardcoded Expo Commands: Removed hardcoded
devServerCommandByManagerentries (npm, pnpm, yarn, bun) from the Expo mobile template definition ininit.js(6d123c3) - App Server Detection Refactor: Replaced inline dev server config check in
shell-core.jswith thehasConfiguredAppDevServer()helper fromapp-dev-server.js(6d123c3) - Locale Updates: Updated
servecommand help text across English, Spanish, French, and Italian locales to include the new--public-url <url>option (b27ebc7) - Version Bump: Bumped package version from
0.1.8to0.1.9(e3bda24)
Full Changelog: v0.1.8...v0.1.9