android night mode
npm install react-native-night-androidandroid night mode
``sh`
npm install react-native-night-android
`js
import NightAndroid from "react-native-night-android";
// ...
const result = await NightAndroid.multiply(3, 7);
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT