Skip to content

Android host: name the app "LOAM" (was "app")#39

Merged
JosephMaynard merged 1 commit into
masterfrom
fix/android-app-name
Jul 3, 2026
Merged

Android host: name the app "LOAM" (was "app")#39
JosephMaynard merged 1 commit into
masterfrom
fix/android-app-name

Conversation

@JosephMaynard

@JosephMaynard JosephMaynard commented Jul 3, 2026

Copy link
Copy Markdown
Owner

The generated Expo config still had name/slug set 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" (slug loam); the package id app.loam.host is unchanged.

A rebuild is required for it to take effect (prebuild derives the Android android:label from expo.name); I rebuilt ~/Downloads/loam-host.apk locally and confirmed aapt dump badging now reports application-label:'LOAM'.

Trivial config change — no CodeRabbit run, to conserve review quota.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Updated the app’s displayed name and identifier to LOAM / loam.

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>
@coderabbitai

coderabbitai Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6d7cf27d-67f4-40ac-98c1-0973cb492515

📥 Commits

Reviewing files that changed from the base of the PR and between b669362 and 335208f.

📒 Files selected for processing (1)
  • apps/app/app.json

📝 Walkthrough

Walkthrough

The Expo app configuration in apps/app/app.json was updated, changing the name field from "app" to "LOAM" and the slug field from "app" to "loam". No other configuration values were modified.

Changes

App identity update

Layer / File(s) Summary
Update app name and slug
apps/app/app.json
Changed expo.name and expo.slug values from "app"/"app" to "LOAM"/"loam".

Estimated code review effort: 1 (Trivial) | ~2 minutes

Related issues: None specified

Related PRs: None specified

Suggested labels: None

Suggested reviewers: None specified

Poem
A rabbit hopped through app.json's line,
Renamed the app, a small change so fine,
From "app" to "LOAM", "loam" as the slug,
A tiny hop, no bug to debug. 🐇

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: renaming the Android host app from "app" to "LOAM".
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/android-app-name

Comment @coderabbitai help to get the list of available commands.

@JosephMaynard JosephMaynard merged commit 3fd1b2f into master Jul 3, 2026
5 checks passed
@JosephMaynard JosephMaynard deleted the fix/android-app-name branch July 3, 2026 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant