fix(app): remove legacy and scoped namespace alias
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
"ios": {
|
||||
"supportsTablet": true
|
||||
},
|
||||
"name": "mobile",
|
||||
"name": "basango",
|
||||
"newArchEnabled": true,
|
||||
"orientation": "portrait",
|
||||
"plugins": [
|
||||
@@ -36,8 +36,8 @@
|
||||
}
|
||||
]
|
||||
],
|
||||
"scheme": "mobile",
|
||||
"slug": "mobile",
|
||||
"scheme": "basango",
|
||||
"slug": "basango",
|
||||
"userInterfaceStyle": "automatic",
|
||||
"version": "1.0.0",
|
||||
"web": {
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
"android": "expo start --android",
|
||||
"ios": "expo start --ios",
|
||||
"lint": "expo lint",
|
||||
"reset-project": "node ./scripts/reset-project.js",
|
||||
"start": "expo start",
|
||||
"web": "expo start --web"
|
||||
},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
"@/*": ["./*"]
|
||||
"#mobile/*": ["./*"]
|
||||
},
|
||||
"strict": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user