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",
|
"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": {
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Reference in a new issue