lodev09 / react-native-true-sheet

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

Android Edge to Edge support. #50

Closed a-eid closed 2 months ago

a-eid commented 2 months ago

Sheet doesn't seem to run in edge to edge mode on android even though my app does. so basically I am able to draw content below the android Navigation bar, however the sheet footer avoids that by default.

the sheet it self seem to be drawing under the NaviationBar, but not the FooterComponent.

lodev09 commented 2 months ago

Can you create a reproducible example? Handling position in android was a pain, might need to add some conditions when edge-to-edge is enabled. Haven't tried that yet.

a-eid commented 2 months ago

Can you create a reproducible example? Handling position in android was a pain, might need to add some conditions when edge-to-edge is enabled. Haven't tried that yet.

will do

lodev09 commented 2 months ago

I'm going to close this and reference it all on #56. Footer in android right now needs work -- it's a bit hacky and I'm not really happy about it