Skip to content

Commit

Permalink
[nav] Add temporary button to nav directly to home #18
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaynthakur authored Oct 8, 2023
1 parent e24a4f3 commit 48ee8d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/auth/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ function LoginScreen() {
<Text style={globalStyles.h1}>Auth</Text>
<Button title="Login" onPress={() => router.push('/auth/onboarding')} />
<Button title="Sign Up" onPress={() => router.push('/auth/signup')} />
<Button title="[temp] Home" onPress={() => router.push('/home')} />
</SafeAreaView>
);
}
Expand Down

0 comments on commit 48ee8d6

Please sign in to comment.