Project made in React Native, showing the dark mode functionality according to the user's device configuration!
First -> Clone the project - With GIT installed, set in terminal:
git clone https://github.com/Mikkaiser/react-native-dark-mode.git
Second -> Run the project with npm
npm install
npm start
Thirth -> Run in the android device with npx
npx react-native run-android