seniv / react-native-notifier

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

Bug for react-native-modal #19

Closed kadirguloglu closed 4 years ago

kadirguloglu commented 4 years ago

It lags behind the screen when used with the react-native-modal library

nadav2051 commented 4 years ago

Assuming you mean the notification shows behind the backdrop of the modal, it happens to me too with react-native-modal

seniv commented 4 years ago

Thank you for the report! Currently, I'm looking for the solution

seniv commented 4 years ago

I've just published a new version that should work well with modal when you pass coverScreen={false} to the Modal component. https://github.com/seniv/react-native-notifier/commit/1b1846e46eb05bf129bf23ef1054b30755cafa56 Please, let me know if the problem is fixed!

kadirguloglu commented 4 years ago

I've just published a new version that should work well with modal when you pass coverScreen={false} to the Modal component. 1b1846e Please, let me know if the problem is fixed!

I will inform you after the update. thank you for your quick solution

kadirguloglu commented 4 years ago

@seniv solution worked. thank you.