Skip to content

Vertical screen gesture conflicts with scrollview #3385

@AlirezaHadjar

Description

@AlirezaHadjar

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

  1. npm i && npx expo prebuild && npm run ios
  2. Click on To Vertical Screen button
  3. 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

No one assigned

    Labels

    Platform: iOSThis issue is specific to iOSRepro providedA reproduction with a snack or repo is provided

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions