seniv / react-native-notifier

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

Notifications display underneath modals #71

Closed marcosrdz closed 1 year ago

marcosrdz commented 2 years ago

When a modal is open, the notifications display underneath them. They should be an overlay at the top most view controller.

I use react-native-screens which use native navigations instead of JS based ones.

I was able to solve this issue by editing Notifier.tsx and wrapping the PanGestureHandler JSX with:

  <FullWindowOverlay style={{position: 'absolute', width: '100%', height: '100%', justifyContent: 'center' }}>
marcosrdz commented 2 years ago

https://github.com/seniv/react-native-notifier/pull/72

stale[bot] commented 1 year 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.

z1haze commented 8 months ago

this is not completed. please test and merge his PR. they took the time to fix the issue for you, the least you can do is pull it in.