clean approach for removing shadows in dark mode #4403
Unanswered
iamhaaamed
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created a ThemeContext like this:
and inject it like this to NativeBaseProvider:
now i want to remove shadows for components in dark mode. how can I do that with a clean approach and not doing it like this in my components:
Beta Was this translation helpful? Give feedback.
All reactions