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

iOS: Buttons on custom notification doesn't work

Open C0zmaCatalin opened this issue 10 months ago • 2 comments

On android, the buttons works but on iOS nothing happen:

https://github.com/user-attachments/assets/12e08efe-4c7b-4eaf-a7b2-f9c800aa8e25

Image

C0zmaCatalin avatar Mar 21 '25 10:03 C0zmaCatalin

@C0zmaCatalin did you happen to find a work around for this?

danielcrk avatar Aug 19 '25 16:08 danielcrk

@C0zmaCatalin @danielcrk if you are using Pressable for the buttons, make sure to import it from react-native-gesture-handler

dev-arekusandoru avatar Sep 07 '25 17:09 dev-arekusandoru