diff options
Diffstat (limited to 'app.json')
-rw-r--r-- | app.json | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -9,14 +9,16 @@ "userInterfaceStyle": "automatic", "newArchEnabled": true, "ios": { - "supportsTablet": true + "supportsTablet": true, + "bundleIdentifier": "com.tugsor.client" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive-icon.png", "backgroundColor": "#ffffff" }, - "edgeToEdgeEnabled": true + "edgeToEdgeEnabled": true, + "package": "com.tugsor.client" }, "web": { "bundler": "metro", |