react-native-true-sheet icon indicating copy to clipboard operation
react-native-true-sheet copied to clipboard

Android Edge to edge support

Open SickanK opened this issue 7 months ago • 9 comments

Yesterday, I created ticket #69 regarding a color change in the bottom navigation bar. Upon further investigation, I realized that the color change was due to the backdrop showing through the transparent color I had set for the navigation bar. A similar issue with edge-to-edge on android was previously reported in ticket #50, which has since been closed.

Description: When using react-native-unistyles, which automatically sets Android to edge-to-edge mode, the sheet floats above the navigation bar. I've also set the color of the navigation bar to transparent for the effect to be noticeable. In the provided reproduction, you can see the text showing through the navigation bar.

Reproduction: https://github.com/SickanK/react-native-true-sheet-edge

Images: Screenshot_20240721-030458 Screenshot_20240721-030350

SickanK avatar Jul 21 '24 01:07 SickanK