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

Notifications display underneath modals

Open marcosrdz opened this issue 3 years ago • 1 comments

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 avatar Aug 11 '22 16:08 marcosrdz

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

marcosrdz avatar Aug 11 '22 19:08 marcosrdz

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 Oct 12 '22 03:10 stale[bot]

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.

z1haze avatar Dec 06 '23 03:12 z1haze