React-native-navigation: [V2] Cannot interact behind overlay on iOS

Created on 29 Oct 2018  路  7Comments  路  Source: wix/react-native-navigation

Issue Description

It seems that when an overlay is presented on iOS that it's not possible to interact with the screen that's below it.

I have attempted with interceptTouchOutside as both true and false

This is not the case on Android.

Steps to Reproduce / Code Snippets / Screenshots

  1. Present an overlay
  2. Attempt to interact with the view below
Navigation.showOverlay({
    component: {
        name: componentName,
        passProps: passProps,
        options: options
    }
});

Environment

  • React Native Navigation version: 2.0.2594
  • React Native version: 0.56.0
  • Platform(s) (iOS, Android, or both?): iOS
  • Device info (Simulator/Device? OS version? Debug/Release?): Simulator / iOS 12 / Debug
iOS v2

Most helpful comment

not working

All 7 comments

Can you please check if this reproducing in 2.0.2635?
How does your options object looks like?

same issue, interceptTouchOutside has no effect

This issue should be fixed in latest version, if not please let us know

not working

I鈥檓 still experiencing this issue as well

Still facing this issue.

same happening on version 2.14.0

Was this page helpful?
0 / 5 - 0 ratings