-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
feat: add adaptNavigationTheme utility #3399
Conversation
The mobile version of example app from this branch is ready! You can see it here |
Hey @lukewalczak, thank you for your pull request 🤗. The documentation from this branch can be viewed here. |
The mobile version of example app from this branch is ready! You can see it here |
a1546fe
to
ef74b0d
Compare
The mobile version of example app from this branch is ready! You can see it here |
The mobile version of example app from this branch is ready! You can see it here |
fbecdb3
to
3b96d8f
Compare
3b96d8f
to
e1ae723
Compare
The mobile version of example app from this branch is ready! You can see it here |
Summary
PR introduces an
adaptNavigationTheme
utility function returning provided React Navigation compliant theme, adapted in terms of colors, to the Material Design 3 color system.Related issues:
Example
Test plan
New functionality is covered by unit tests.