StansAssets / com.stansassets.android-native

Android Native Plugin Wiki
https://api.stansassets.com/android-native/
10 stars 1 forks source link

Android Goodies - Missing ActionSheet #24

Open fillmore-admin opened 4 years ago

fillmore-admin commented 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?