-
-
Notifications
You must be signed in to change notification settings - Fork 597
Closed as duplicate of#3302
Labels
Platform: iOSThis issue is specific to iOSThis issue is specific to iOSRepro providedA reproduction with a snack or repo is providedA reproduction with a snack or repo is provided
Description
Description
I want to have a screen that can be pulled down and dismissed. To achieve this, I have used
options={{ animation: 'slide_from_bottom', fullScreenGestureEnabled: true, gestureDirection: 'vertical'}}It woks fine until you use a scrollview in that screen. This would cause the screen not be dismissed since scrollview is blocking the outside gestures.
Screen.Recording.2025-11-10.at.9.06.12.PM.mov
Steps to reproduce
npm i && npx expo prebuild && npm run ios- Click on
To Vertical Screenbutton - Try pulling down the screen from the blue container
https://github.com/user-attachments/assets/522e41b3-0430-4cd8-a6e7-879a17923868
Snack or a link to a repository
https://github.com/AlirezaHadjar/rngh-scroll-issue
Screens version
4.18.0
React Native version
0.81.5
Platforms
iOS
JavaScript runtime
Hermes
Workflow
Expo managed workflow
Architecture
Fabric (New Architecture)
Build type
Debug mode
Device
iOS simulator
Device model
iPhone 17 Pro (iOS 26)
Acknowledgements
Yes
Metadata
Metadata
Assignees
Labels
Platform: iOSThis issue is specific to iOSThis issue is specific to iOSRepro providedA reproduction with a snack or repo is providedA reproduction with a snack or repo is provided