mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2024-11-17 06:19:25 +08:00
Cleaned up App.tsx and changed url scheme in app.json
This commit is contained in:
parent
9cdb4f1ba2
commit
13a24ef87a
2 changed files with 1 additions and 5 deletions
4
App.tsx
4
App.tsx
|
@ -48,10 +48,6 @@ export default function App() {
|
||||||
getInitialURL();
|
getInitialURL();
|
||||||
}
|
}
|
||||||
}, [initialRoute]);
|
}, [initialRoute]);
|
||||||
|
|
||||||
if (!initialRoute) {
|
|
||||||
}
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Provider store={store}>
|
<Provider store={store}>
|
||||||
<NavigationContainer linking={linking}>
|
<NavigationContainer linking={linking}>
|
||||||
|
|
2
app.json
2
app.json
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"expo": {
|
"expo": {
|
||||||
"name": "StudE_Frontend",
|
"name": "StudE_Frontend",
|
||||||
"scheme": "StudE_Frontend",
|
"scheme": "stude",
|
||||||
"slug": "StudE_Frontend",
|
"slug": "StudE_Frontend",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"orientation": "portrait",
|
"orientation": "portrait",
|
||||||
|
|
Loading…
Reference in a new issue