Build a Dark Mode Switch in React Native ๐
Have you seen apps with a dark mode? It makes the screen darker, which is great for your eyes at night. This code creates a simple app where you can switch between light mode (white background) and dark mode (black background).
import React, {useStat...
hasanraza.hashnode.dev1 min read