react-native-notifier icon indicating copy to clipboard operation
react-native-notifier copied to clipboard

createNativeStackNavigator vs createStackNavigator results in different stacking context

Open z1haze opened this issue 2 years ago • 2 comments

It appears that when using createNativeStackNavigator from react-navigation and using a modal presentation, the resulting z-index position of any notification appears hidden beneath the modal. You can see in the screenshot, the red in the background is the notification, however it is behind the modal. This only occurs with createNativeStackNavigator, but this is the preferred method of creating navigation stacks according to the react-navigation team image Here is a bit better screenshot of me dragging the modal down a bit. image

z1haze avatar Dec 06 '23 00:12 z1haze

fixed by #95

z1haze avatar Dec 06 '23 18:12 z1haze

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Mar 17 '24 07:03 stale[bot]