Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added header #33

Merged
merged 3 commits into from
Dec 8, 2024
Merged

added header #33

merged 3 commits into from
Dec 8, 2024

Conversation

angelinetu
Copy link
Contributor

What's new in this PR

Description

  • added header w JDI logo
  • edited the bottom tab navigator

Screenshots

How to review

Next steps

Relevant links

Online sources

Related PRs

CC: @philipye314

Comment on lines +10 to +18
export default function BackButton({ label }: BackButtonProps) {
const navigation = useNavigation();

return (
<TouchableOpacity
onPress={() => navigation.goBack()}
style={styles.backContainer}
>
<BackArrow />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed some stuff - just moved the back button to be it's own component and take in arguments. Other than that very good work!

@philipye314 philipye314 merged commit 68440e2 into main Dec 8, 2024
0 of 2 checks passed
@philipye314 philipye314 deleted the more-styling branch December 8, 2024 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants