Does React Native have an equivalent of ActionSheetIOS
for Android? Some sort of popup menu of options to choose from?
The same design". But Action Sheets are ABSOLUTELY different in Android. If you spend some time reading some UX books about Android UX, you'll learn that the ActionSheets should be displayed on the TopRight corner, or in a center modal, depending on the content to show.
React Native Action Sheet is a cross-platform React Native component that uses the native UIActionSheet on iOS and a pure JS implementation on Android.
Does React Native have an equivalent of ActionSheetIOS for Android?
No, Native ActionSheet
View is not available in Android. but can develop it by using Bottom sheets Component concept.
Some sort of popup menu of options to choose from?
Some ActionSheetIOS
equivalent View source code is available on Github like:
1. Flipboard/bottomsheet
2. tutti-ch/android-bottomsheet
You could use this package:
https://github.com/exponentjs/react-native-action-sheet
The android part is implemented using JS only
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With