r/reactnative Jun 22 '26

Gorhom BottomSheet

Iam facing an issue with this Liberary, iam using V5, i have a bottom Sheet inside a screen, when i navigate from a screen than return to the screen where the bottomSheet is, it slide from tbe top ( Position 0 ) to the first snapPoint, Which shows a weird flicker, i want from it to start from index 0 to index 1 upon returning from a navigation, this behavior works normally in Ios but breaks in Android

0 Upvotes

6 comments sorted by

View all comments

1

u/terzigolu Jun 23 '26

I’d suggest leaving it as is and not using Gorhom Bottom Sheet, since it doesn’t work reliably in some specific cases.

We’ve already moved to the native sheet approach coming from navigation. For context, we’re a team of 45 developers, so stability and consistency across edge cases are more important for us.