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

Add support for light / dark mode #16

Open
driusan opened this issue Jul 25, 2023 · 0 comments
Open

Add support for light / dark mode #16

driusan opened this issue Jul 25, 2023 · 0 comments

Comments

@driusan
Copy link
Owner

driusan commented Jul 25, 2023

We should support both light mode and dark mode based on the phone's system preferences.

The easiest way to do this is probably with useTheme from the React Navigation package. (If we go that route, it might be a good opportunity to make the page navigation use React Navigation in general.) If all we care about is the theming and not the navigation , it's possible that using react-native-paper instead of React Navigation would have prettier material design based theming options.

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

1 participant