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

Navigation Drawer #17

Open
philipye314 opened this issue Oct 23, 2024 · 0 comments
Open

Navigation Drawer #17

philipye314 opened this issue Oct 23, 2024 · 0 comments
Assignees

Comments

@philipye314
Copy link
Collaborator

philipye314 commented Oct 23, 2024

Todo:

  • This will be a pretty complex task, but we'll be building the drawer navigator for the HFH guide. Look into react-native-drawer-navigation for how to do this - you're welcome to use other libraries if you see fit!
  • Each Chapter when clicked on should expand and dropdown to reveal subheadings/subsections within the chapter. Clicking on one of these will scroll down to that section. Look into react-native's FlatList, especially the function scrollToIndex (edit: Look into both ScrollView and FlatList, and try to decide which is suitable)
image

Useful Links:

https://reactnavigation.org/docs/drawer-navigator/
https://reactnative.dev/docs/flatlist#scrolltoindex

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

No branches or pull requests

2 participants