Android host: name the app "LOAM" (was "app")#39
Conversation
The generated Expo config still had name/slug "app", so the installed APK showed up in the launcher as "app" with a default label — hard to find. Set the app name to "LOAM" (and slug to "loam"); the package id (app.loam.host) is unchanged. Requires a rebuild (prebuild regenerates the Android label from expo.name). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe Expo app configuration in apps/app/app.json was updated, changing the ChangesApp identity update
Estimated code review effort: 1 (Trivial) | ~2 minutes Related issues: None specified Related PRs: None specified Suggested labels: None Suggested reviewers: None specified Poem 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
The generated Expo config still had
name/slugset to the scaffold default"app", so the installed APK showed up in the launcher as "app" with a default label — easy to miss. Sets the app name to "LOAM" (slugloam); the package idapp.loam.hostis unchanged.A rebuild is required for it to take effect (prebuild derives the Android
android:labelfromexpo.name); I rebuilt~/Downloads/loam-host.apklocally and confirmedaapt dump badgingnow reportsapplication-label:'LOAM'.Trivial config change — no CodeRabbit run, to conserve review quota.
🤖 Generated with Claude Code
Summary by CodeRabbit