You can use the useColorScheme hook provided by React Native which reads the default device theme and renders the app in either dark mode or light mode based on that theme. Of course, you do need to explicitly mention the colors of your text in Style...
dandangol.hashnode.dev1 min readNo responses yet.