1.4.2 • Published 4 months ago

@pnthach95/react-native-root-view-background v1.4.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 months ago

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

Before

Installation

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');
  }, []);
}

For Expo users:

They have SystemUI which is similar to this package

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

1.4.2

4 months ago

1.4.1

9 months ago

1.4.0

9 months ago

1.3.0

11 months ago

1.2.0

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago