Socket
Socket
Sign inDemoInstall

@pnthach95/react-native-root-view-background

Package Overview
Dependencies
1
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @pnthach95/react-native-root-view-background

Set root view background color for Android and iOS


Version published
Weekly downloads
962
decreased by-9.42%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

React Native Root View Background

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.

After

react-native-gifted-chat

Before

react-native-gifted-chat

Getting started

npm i @pnthach95/react-native-root-view-background --save

or

yarn add @pnthach95/react-native-root-view-background

Usage

import { setRootViewBackgroundColor } from '@pnthach95/react-native-root-view-background';

const Main = () => {
  useEffect(() => {
    setRootViewBackgroundColor('#ccc');
  }, []);
}

License

MIT

Keywords

FAQs

Last updated on 01 Sep 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc