zoontek / react-native-edge-to-edge

Effortlessly enable edge-to-edge display in React Native (formerly known as react-native-bars).
MIT License
442 stars 19 forks source link

Ability to change color/transparency #12

Closed exzos28 closed 2 years ago

exzos28 commented 2 years ago

Why it is needed?

Because not all screens with fully transparent bars look good. Implementing custom View with background color can lead to unexpected behavior in landscape mode, or on other devices.

Possible implementation

No response

Code sample

No response

zoontek commented 2 years ago

Sorry, it's not the goal of this library. You can fork it to add this for your own usage if you want.

exzos28 commented 2 years ago

@zoontek I understand, I will do it. P.S this is not the first issue with a request to add the ability to change the color of the bars.