seniv / react-native-notifier

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

bug for Modal of react-native #49

Closed ShahilMangroliya closed 2 years ago

ShahilMangroliya commented 2 years ago

It lags behind the screen when used with the Modal of react-native

ShahilMangroliya commented 2 years ago

also same with react-native-raw-bottom-sheet

seniv commented 2 years ago

Hello! Can you share any additional information about the problem? such as versions of libraries you have used, screenshots, or screen recordings. Will be great if you can share a Snack (https://snack.expo.dev/) where I can reproduce the problem. Thanks!

seniv commented 2 years ago

Hello @ShahilMangroliya, I just researched the problem and I can say that it is not possible to display Notifier above react-native's Modal. Here I have posted a comment https://github.com/seniv/react-native-notifier/issues/52#issuecomment-950307164 with details about the problem and solution how to display Notifier above react-native-modal

With react-native-raw-bottom-sheet is the same problem, it uses RN's Modal, so it's not possible to display notification above it.