@mobylogix/react-native-selector
v0.0.2
Published
Selector allows you to display possible options for the user. It uses ActionSheet for IOS and modal for Android
Downloads
2
Maintainers
Readme
React-Native-Selector
Required Props
buttons prop should be in this format
[{title: 'New Post', screen: 'NewPost'}]
leave the screen empty for Cancel/Close button where you just want to close ActionSheet or Modal