lodev09 / react-native-true-sheet

The true native bottom sheet experience 💩
https://sheet.lodev09.com
MIT License
394 stars 12 forks source link

Navigation bar color change when opening sheet on Android #69

Closed SickanK closed 1 month ago

SickanK commented 1 month ago

Description When opening a sheet on Android, the navigation bar changes to a gray color. If the sheet has a white background, this can look out of place. A possible solution could be to either keep the navigation bar's original color or add an option to set a custom color. I'm not sure what's technically feasible in this case.

Steps to Reproduce

  1. Set up a project using react-native-true-sheet on Android
  2. Open a sheet

Environment react-native-true-sheet version: 0.12.3 React Native version: 0.74.3 React Native Gesture Handler version: 2.16.1 Platform: Android

Images Screenshot_20240719-202106 Screenshot_20240719-202325

lodev09 commented 1 month ago

Unfortunately, the lib doesn't have control over this behavior. This is somehow the default behavior of android's native bottom sheet. :(