Closed evrimfeyyaz closed 3 years ago
Anytime this is going to get merged? @peterpme @bradbyte
Is there a plan for when this is going to be released?
@JakeSidSmith I'm sorry, I need to run the deploy script.
@JakeSidSmith I'm sorry for the delay 🤦🏻♂️ . This is now released in 3.10.0
.
This PR adds support for providing multiple indices to the
destructiveIndex
option.This is already supported in ActionSheetIOS. Please note that React Native's type definitions are not updated and it seems that
number[]
is not a valid type fordestructiveIndex
. You can easily test it and see that it actually works though.I have also added support for multiple destructive indices on Android.
Resolves #25.