react-native-daynight-android

Add daynight theme to react-native android projects

Usage no npm install needed!

<script type="module">
  import reactNativeDaynightAndroid from 'https://cdn.skypack.dev/react-native-daynight-android';
</script>

README

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.