Results 5 comments of nfmshow

@partha-0103 wrap the scrollbar children with a div with fixed height. ``` {children} ```

@Degn, I'm also facing this issue. Were you able to find a solution?

@cynde, thanks. cancelLocalNotifications({ id: 1 }) does not throw an error but it did not cancel my ongoing notification. I also tried PushNotification.removeDeliveredNotifications([ notificationId ]) but it didn't work too.

PushNotification.removeDeliveredNotifications([ notificationId ]) eventually worked for me but I had to ensure that my notificationId is not "1". Other numbers worked fine.