rishabhbhatia / react-native-awesome-alerts

Awesome alerts for React Native, works with iOS and Android.
MIT License
525 stars 71 forks source link

how to add More Buttons #77

Closed Osamasomy closed 3 years ago

Osamasomy commented 3 years ago

Thanks for this awesome library but i just want to know that how to add 3rd button like ask me later? is this library currently supporting 3rd button?

rishabhbhatia commented 3 years ago

@Osamasomy Hey Usama, yes use the customView prop.

kieunam123 commented 2 years ago

any examples?

rishabhbhatia commented 2 years ago

@kieunam123 Just pass the JSX you would like to render. For example see below snippet. customView={<ScrollView bounce={false}><View>...</View></ScrollView>}