Notifications display underneath modals
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' }}>
https://github.com/seniv/react-native-notifier/pull/72
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.
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.