Added Tunneling Run Configurations (WSL)

This commit is contained in:
thschleicher 2023-11-29 13:26:12 +01:00
parent ab281466d4
commit 739e5e8f08
2 changed files with 2 additions and 3 deletions

View file

@ -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": {

View file

@ -3,7 +3,6 @@ module.exports = function (api) {
return {
presets: ['babel-preset-expo'],
plugins: [
// Required for expo-router
'expo-router/babel',
],
};