Light/Dark Mode #45
-
Hey, we're considering buying an all-access pass for our team to use NativeWindUI in our app. Something I couldn't find on the website or GH Issues – do all the components support light/dark appearance on iOS & Android? If yes, will they automatically switch based on the user's selection of system-wide light vs. dark mode? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @kevinschaich, yes we implemented light/dark appearance for all components. If there is an exception, it is a limitation of the third party library. It will automatically switch based on the user's selection of system-wide light vs dark mode. You can try it out on with the OSS components. You can use CES, select |
Beta Was this translation helpful? Give feedback.
Hey @kevinschaich, yes we implemented light/dark appearance for all components. If there is an exception, it is a limitation of the third party library.
It will automatically switch based on the user's selection of system-wide light vs dark mode. You can try it out on with the OSS components. You can use CES, select
expo-router
for navigation, selectNativeWindUI
for styling, and select all components.