Added Tunneling Run Configurations (WSL)
This commit is contained in:
parent
ab281466d4
commit
739e5e8f08
2 changed files with 2 additions and 3 deletions
4
app.json
4
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": {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ module.exports = function (api) {
|
|||
return {
|
||||
presets: ['babel-preset-expo'],
|
||||
plugins: [
|
||||
// Required for expo-router
|
||||
'expo-router/babel',
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Reference in a new issue