expo / react-native-action-sheet

A cross-platform ActionSheet for React Native
MIT License
1.4k stars 226 forks source link

How Can customize cancel button Container style #211

Closed edwards19900128 closed 3 years ago

edwards19900128 commented 3 years ago

I want separator the cancel item use customize style, like the below picture, Hey guys , This component has the cancelButtonContainerStyle props? image

bradbyte commented 3 years ago

Hi @edwards19900128 this is possible, you just need to provide the cancelButtonIndex prop. https://reactnative.dev/docs/actionsheetios#showactionsheetwithoptions. If you want to customize that separately from the other options, that is currently not possible.