chore/ update app name

This commit is contained in:
Kevin
2026-03-23 11:33:02 +08:00
parent 686de44d54
commit 9c2e0329ca
6 changed files with 15 additions and 74 deletions

View File

@@ -109,12 +109,12 @@ export default ({ config }: ConfigContext): ExpoConfig => {
return {
...config,
name: 'app-expo',
slug: 'app-expo',
name: 'Life Echo',
slug: 'life-echo',
version: '1.0.0',
orientation: 'portrait',
icon: './assets/images/icon.png',
scheme: 'appexpo',
scheme: 'lifeecho',
userInterfaceStyle: 'automatic',
ios: {
...config?.ios,