Color Scheme in React Native
Change color based on user preference
It is sometimes necessary that we change our app screen based on user color choice. react usecolor scheme helps us acheive this.
first you have to import using "import {useColorScheme} from 'react-native';
store...
mynode.hashnode.dev1 min read