Cleaned up App.tsx and changed url scheme in app.json

This commit is contained in:
Keannu Bernasol 2023-07-04 17:48:35 +08:00
parent 9cdb4f1ba2
commit 13a24ef87a
2 changed files with 1 additions and 5 deletions

View file

@ -48,10 +48,6 @@ export default function App() {
getInitialURL();
}
}, [initialRoute]);
if (!initialRoute) {
}
return (
<Provider store={store}>
<NavigationContainer linking={linking}>

View file

@ -1,7 +1,7 @@
{
"expo": {
"name": "StudE_Frontend",
"scheme": "StudE_Frontend",
"scheme": "stude",
"slug": "StudE_Frontend",
"version": "1.0.0",
"orientation": "portrait",