UNPKG

@mobylogix/react-native-selector

Version:

Selector allows you to display possible options for the user. It uses ActionSheet for IOS and modal for Android

13 lines (7 loc) 228 B
# 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