From 739e5e8f08e0d64d16faf36dec85dbde2190a42e Mon Sep 17 00:00:00 2001 From: thschleicher Date: Wed, 29 Nov 2023 13:26:12 +0100 Subject: [PATCH] Added Tunneling Run Configurations (WSL) --- app.json | 4 ++-- babel.config.js | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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', ], };