-
-
Notifications
You must be signed in to change notification settings - Fork 818
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
[v4] | Don't work on Android device - vivo Y31 #1739
Comments
Same on Huawei phone
|
same on many phones from my userbase as well; the bottomsheet "blinks" for half a second and closes itself right away @gorhom/bottom-sheet ^4.6.0 Did you guys try to test with earlier version of bottom-sheet if it works better? @eddi00 & @Benisy EDIT: I found this other thread guys: #1674 |
Same here : some Android devices have inconsistant behaviour from the bottom sheet. Sometimes it works perfectly, sometimes it never shows. |
I've been getting reports of this happening recently for our app as well. Some Android devices, no obvious pattern. |
I think it has to do with reduced motion accessibility settings. I had this issue, and disabling reduced motion fixed it. There are also other issues about it here. |
It is related to reanimated with reduced motion, here is a patch that can temporarily fix this issue. |
happen to me also "@gorhom/bottom-sheet": "^4.5.1", "react-native-reanimated": "3.3.0", |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
Bug
BottomSheetModal doesn't work specifically on this device (vivo Y31). On other android devices all works. When opening BottomSheetModal, nothing happens or a window is shown for a millisecond and then closes.
Environment info
Steps To Reproduce
Present Modal
button to trigger the bottom sheet modalReproducible sample code
original-3EA678F3-B4C8-41A7-BE67-5866790FC900.mp4
The text was updated successfully, but these errors were encountered: