fix: show all mobile templates#249
Conversation
🦋 Changeset detectedLatest commit: 5759726 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
Greptile SummaryThis PR removes the
Confidence Score: 5/5Safe to merge — the change is minimal, well-understood, and backed by the existing keyword-filter logic in menu-utils.ts. The only changed behaviour is that the Solana Mobile CLI menu now surfaces every template in the mobile group instead of filtering to Expo-only. The menu-utils.ts logic already handles keywords: [] as show all, so no new code paths are introduced and the change is entirely additive. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "fix: show all mobile templates" | Re-trigger Greptile |
Remove the Expo-only keyword filter from the Solana Mobile menu so native mobile templates such as kotlin-compose are selectable. Add a patch changeset for the CLI prompt behavior.
7c33a6f to
5759726
Compare
Remove the Expo-only keyword filter from the Solana Mobile menu so native mobile templates such as kotlin-compose are selectable.
Add a patch changeset for the CLI prompt behavior.
In preparation for solana-foundation/templates#409