Skip to content

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 09 Apr 22:10
· 31 commits to main since this release

What's Changed

πŸš€ New Features

  • --public-url Flag: Added --public-url <url> option to the serve command, 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 devServerCommandByManager entries (npm, pnpm, yarn, bun) from the Expo mobile template definition in init.js (6d123c3)
  • App Server Detection Refactor: Replaced inline dev server config check in shell-core.js with the hasConfiguredAppDevServer() helper from app-dev-server.js (6d123c3)
  • Locale Updates: Updated serve command 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.8 to 0.1.9 (e3bda24)

Full Changelog: v0.1.8...v0.1.9