seniv / react-native-notifier

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

notification can not be hidden by swiping it out in Android #22

Closed shenhua123 closed 3 years ago

shenhua123 commented 3 years ago

version 1.3.2 also has this problem.

seniv commented 3 years ago

Hello, Can you please provide:

Thanks!

stale[bot] commented 3 years 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.

idolago94 commented 3 years ago

Any solution for this?

seniv commented 3 years ago

@idolago94 Please provide additional information. Such as React Native version, Gesture Handler version, Android version, emulator or device, expo or not, and parameters of the notifier. It Will be great to see a video with the problem

siiiiilvio commented 1 year ago

If this happens to you, make sure that you are wrapping your application with the GestureHandlerRootView

import { GestureHandlerRootView } from 'react-native-gesture-handler'; <GestureHandlerRootView><YourApp /></GestureHandlerRootView>