Last updated on February 21, 2026
useColorScheme
Deprecated
The useColorScheme hook from nativewind is deprecated in v5. Use useColorScheme from react-native and Appearance.setColorScheme() directly instead.
Migration
Replace the Nativewind import with the React Native equivalent:
The v4 API returned { colorScheme, setColorScheme, toggleColorScheme }. In v5, use the React Native APIs directly:
See the Dark Mode guide for more details.