useColorModeValue | NativeBase | Universal Components for React and React Native

Search
K
Hire us
If you are starting a new project, please try gluestack-ui for better performance and new design.
useColorModeValue
useColorModeValue is a custom hook used to get a value from either of the parameters passed based on active color mode value.
Import
Copy
import { useColorModeValue } from 'native-base';
Example
Playground
Return value
Accepts 2 parameters and returns either of the two, based on current color-mode (first parameter for light mode and second parameter for dark mode).
Nativebase logo
MadeWithNativeBase