Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Problem with BottomSheet in @react-navigation/native-stack (blinking on iOS) #2212

Open
quickdevel opened this issue Mar 26, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@quickdevel
Copy link

Version

v5

Reanimated Version

v3

Gesture Handler Version

v2

Platforms

iOS, Android

What happened?

If we have a BottomSheet on the first screen in Stack, and a block with a button is attached to bottom on the second screen, then when you touch the button, the block starts blinking on iOS. On Android the block is shifted down.

Reproduction steps

  • Create Stack navigation with 2 screens
  • Screen1 with BottomSheet
  • Screen2 with View attached on bottom with Button

Reproduction sample

https://snack.expo.dev/@quickdevel/bottomsheet-bug-demo

Relevant log output

@quickdevel quickdevel added the bug Something isn't working label Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant