You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to be related to ModalPresentationStyle overCurrentContext, I managed to work around by making sure any modal with overCurrentContext (used for transparent background) is fully dismissed before opening any modal on top, if I didn't it would reproduce again.
What happened?
It seems since we upgraded to react-native-navigation 7.40.1 and react-native 0.73.9 we are able to click top bar buttons through modals.
We used modal presentation style:
modalPresentationStyle: Platform.OS === 'ios' ? overFullScreen : overCurrentContext,
What was the expected behaviour?
We should not be able to click through a modal.
Was it tested on latest react-native-navigation?
Help us reproduce this issue!
I tried to run the playground project but it has 110 errors compiling typescript...
In what environment did this happen?
React Native Navigation version: 7.40.1
React Native version: 0.73.9
Has Fabric (React Native's new rendering system) enabled: (yes/no) No
Node version: 18.19.1
Device model: Android Simulator + Motorola G54 5G
Android version: 14
The text was updated successfully, but these errors were encountered: