@pnthach95/react-native-root-view-background
Advanced tools
Set root view background color for Android and iOS
Weekly downloads
Changelog
v1.0.4
Remove jcenter
Readme
Original: https://github.com/johniak/react-native-root-view-background
Remake to support React Native latest version.
Set background color of root view to fix white flash when using dark theme and navigating with React Navigation. Read more in example
.
npm i @pnthach95/react-native-root-view-background --save
or
yarn add @pnthach95/react-native-root-view-background
import { setRootViewBackgroundColor } from '@pnthach95/react-native-root-view-background';
const Main = () => {
useEffect(() => {
setRootViewBackgroundColor('#ccc');
}, []);
}
MIT
Set root view background color for Android and iOS
The npm package @pnthach95/react-native-root-view-background receives a total of 118 weekly downloads. As such, @pnthach95/react-native-root-view-background popularity was classified as not popular.
We found that @pnthach95/react-native-root-view-background demonstrated a healthy version release cadence and project activity. It has 1 open source maintainer collaborating on the project.