Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 645 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 645 Bytes

react-native-dark-mode

App Screenshot

Project made in React Native, showing the dark mode functionality according to the user's device configuration!

Installation

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