Skip to content

Commit 5759726

Browse files
committed
fix: show all mobile templates
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.
1 parent 39ca4a5 commit 5759726

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-solana-dapp': patch
3+
---
4+
5+
Show all Solana Mobile templates in the mobile template prompt.

src/utils/get-menu-config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ export function getMenuConfig(): MenuConfig {
1111
name: 'Kit Framework',
1212
},
1313
{
14-
description: 'Solana Mobile Templates based on Expo',
14+
description: 'Solana Mobile Templates',
1515
groups: ['mobile'],
1616
id: 'solana-mobile',
17-
keywords: ['expo'],
17+
keywords: [],
1818
name: 'Solana Mobile',
1919
},
2020
{

0 commit comments

Comments
 (0)