Skip to content

Navigation.showOverlay interceptTouchOutside: false doesn't work after RNN 8.x upgrade #8125

@retyui

Description

@retyui

What happened?

I expect to open a transparent overlay, so user touches to pass through it

Navigation.showOverlay({
 component: {
      id: 'my-id',
      name: 'my-name',
      passProps: {},
      options: {
        overlay: {
          interceptTouchOutside: false,
        },
        layout: {
          componentBackgroundColor: 'transparent',
        },
      },
    },
})

What was the expected behaviour?

it should work the same as it was in 7.x

Was it tested on latest react-native-navigation?

  • I have tested this issue on the latest react-native-navigation release and it still reproduces.

Help us reproduce this issue!

used code above

In what environment did this happen?

React Native Navigation version: 8.3.2
React Native version: 0.77.3
Has Fabric (React Native's new rendering system) enabled: yes
Node version: latest
Device model: Iphone 16 pro simulator
iOS version:18.2

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions