diff --git a/app.json b/app.json index 6ee3c16..78d9c73 100644 --- a/app.json +++ b/app.json @@ -5,7 +5,7 @@ "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", - "scheme": "myapp", + "scheme": "finanzfuchs", "userInterfaceStyle": "automatic", "splash": { "image": "./assets/images/splash.png", @@ -16,7 +16,7 @@ "**/*" ], "ios": { - "supportsTablet": true + "supportsTablet": false }, "android": { "adaptiveIcon": { diff --git a/babel.config.js b/babel.config.js index a297226..79900d3 100644 --- a/babel.config.js +++ b/babel.config.js @@ -3,7 +3,6 @@ module.exports = function (api) { return { presets: ['babel-preset-expo'], plugins: [ - // Required for expo-router 'expo-router/babel', ], };