nysamnang / react-native-raw-bottom-sheet

Add Your Own Component To Bottom Sheet Whatever You Want (Android and iOS)

Home Page:https://npmjs.com/package/react-native-raw-bottom-sheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add statusBarTranslucent on Modal

jiwooIncludeJeong opened this issue · comments

This one shows not fullscreen Bottom Sheet when Android is on Immersive Mode.
So what about add statusBarTranslucent option at Modal component? I want to open PR but I don't have permission about to request it.

Below image is the difference of that option. Upper is no option, below one is on.

image
image

commented

Yep, this is a problem for me too & a really easily solvable problem.

The component just needs to expose some property that allows the explicit configuration of the underlying modal's statusBarTranslucent property. I'm happy to get a PR up for this, but given how long this issue has been open i'm less confident it's going to be merged (also notice a lot of unanswered requests for access to create a PR)

Regardless, I'll give it a go :)

commented
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

#sadness
let me know if this situation changes @nysamnang and i'll hopefully still be able to get that PR up if you like :) would really rather prefer like to contribute to this nifty little component of yours rather than recreate it

Resolved #90