Open fillmore-admin opened 4 years ago
In your iOS plugin, you provided the "ActionSheet" which I love using for a couple options, including a red "destructive" delete.
Here is what I found about bringing that to Android: https://stackoverflow.com/questions/47645736/android-equivalence-of-ios-actionsheet
It’s called “BottomSheetDialog”, is there a chance this can be added to the Android side? And could the cross platform plugin create an easy way to use both?
In your iOS plugin, you provided the "ActionSheet" which I love using for a couple options, including a red "destructive" delete.
Here is what I found about bringing that to Android: https://stackoverflow.com/questions/47645736/android-equivalence-of-ios-actionsheet
It’s called “BottomSheetDialog”, is there a chance this can be added to the Android side? And could the cross platform plugin create an easy way to use both?