Skip to content

Commit ea00f72

Browse files
committed
comment out useeffect
1 parent 00c6957 commit ea00f72

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/App.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,12 @@ function TabNavigator() {
6464
function MainApp() {
6565
const { state, tryLocalSignin } = useContext(AuthContext);
6666
// Attempt to restore token from AsyncStorage when the app starts
67+
/*
6768
useEffect(() => {
6869
tryLocalSignin();
6970
}, []);
70-
71+
*/
72+
7173
return (
7274
<NavigationContainer>
7375
<RootStack.Navigator>

0 commit comments

Comments
 (0)