seniv / react-native-notifier

Fast and simple in-app notifications for React Native
MIT License
1.05k stars 60 forks source link

createNativeStackNavigator vs createStackNavigator results in different stacking context #94

Open z1haze opened 8 months ago

z1haze commented 8 months ago

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 commented 8 months ago

fixed by #95

stale[bot] commented 5 months ago

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.