-
Hi! Thanks for the package, really useful so far! I need to detect when the modal is being closed and pass a callback function. I found this option (onDismiss), but it works just with IOS. How could I manage it with Android?
Thanks in advance!!! |
Beta Was this translation helpful? Give feedback.
Answered by
azeezat
Jun 15, 2024
Replies: 1 comment 3 replies
-
@omarnaol I'm glad you have found this library helpful. The onDrismiss prop on the modal works only with iOS according to the react native docs. We would look into having our modal support it on Android in the next release. Thanks again for reporting this issue. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@omarnaol A new release 1.3.7 has just been published. You don't need to update your code, just test that the functionality works on your android device. Please let me know if this helps.