From 13a24ef87abd750a9e3aa3a85ac42f18f750d28e Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Tue, 4 Jul 2023 17:48:35 +0800 Subject: [PATCH] Cleaned up App.tsx and changed url scheme in app.json --- App.tsx | 4 ---- app.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/App.tsx b/App.tsx index f762b1c..8ab50a5 100644 --- a/App.tsx +++ b/App.tsx @@ -48,10 +48,6 @@ export default function App() { getInitialURL(); } }, [initialRoute]); - - if (!initialRoute) { - } - return ( diff --git a/app.json b/app.json index a14231f..ca641e0 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "expo": { "name": "StudE_Frontend", - "scheme": "StudE_Frontend", + "scheme": "stude", "slug": "StudE_Frontend", "version": "1.0.0", "orientation": "portrait",