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", "version": "1.0.0",
"orientation": "portrait", "orientation": "portrait",
"icon": "./assets/images/icon.png", "icon": "./assets/images/icon.png",
"scheme": "myapp", "scheme": "finanzfuchs",
"userInterfaceStyle": "automatic", "userInterfaceStyle": "automatic",
"splash": { "splash": {
"image": "./assets/images/splash.png", "image": "./assets/images/splash.png",
@ -16,7 +16,7 @@
"**/*" "**/*"
], ],
"ios": { "ios": {
"supportsTablet": true "supportsTablet": false
}, },
"android": { "android": {
"adaptiveIcon": { "adaptiveIcon": {

View file

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