-
-
Notifications
You must be signed in to change notification settings - Fork 575
Description
Description
From Xcode 26 and iOS 26 if we have fullScreenGestureEnabled
on a screen with a list, the scroll is buggy.
fullScreenGestureEnabled: true
-> https://github.com/user-attachments/assets/8cfeaaa0-0981-4765-a026-8c7ba7a30099
fullScreenGestureEnabled: false
-> https://github.com/user-attachments/assets/ffaf8a43-c27c-470e-b1c6-85eb2be6b2a0
Steps to reproduce
Scroll one time, release and do a new scroll during the scroll inertia. The latest scroll intention is not working
Check the repo, open profile and do multiple scroll while the list is scrolling, you will notice that the scroll stop itself when it should continue.
Compare it by disabling / enabling fullScreenGestureEnabled
and you will notice faster the wrong behavior
Snack or a link to a repository
https://github.com/huextrat/repro-screens-ios
Screens version
4.15.2
React Native version
0.79.6
Platforms
iOS
JavaScript runtime
None
Workflow
None
Architecture
None
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes