gorhom / react-native-bottom-sheet

A performant interactive bottom sheet with fully configurable options 🚀
https://gorhom.dev/react-native-bottom-sheet/
MIT License
7.08k stars 777 forks source link

[Bug]: [Android][Samsung] BottomSheet flickering at height change while dynamicSizing: true and 'Samsung Keyboard' open #2007

Open ArturDabrowski opened 3 weeks ago

ArturDabrowski commented 3 weeks ago

Version

v5

Reanimated Version

v3

Gesture Handler Version

v2

Platforms

Android

What happened?

While BottomSheet is open, dynamicSizing: true, state change which affects bottomSheet height (eg error shown after a countdown) and theres a Samsung Keyboard open, at the moment of height change bottomSheet disappears for a moment

Reproduction steps

Get a Samsung phone, in my case S21 FE Make sure you use Samsung Keyboard Have a bottomSheet with some state change affecting height Open keyboard Change te state

Reproduction sample

https://snack.expo.dev/@dabtsh/bottom-sheet---issue-reproduction-template

Relevant log output

No response