1.0.0 • Published 4 years ago

react-native-daynight-android v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

react-native-daynight-android

Set daynight for react-native android apps

Changes the parent for your app's theme to DayNight, making the default background and the control bar go dark when the app is in "Night" mode.

Installation

yarn add -D react-native-daynight-android
# or
npm i --save-dev react-native-daynight-android

Usage

react-native set-daynight

That's it! Build and enjoy your app starting in darkmode.