expo / react-native-action-sheet

A cross-platform ActionSheet for React Native
MIT License
1.37k stars 224 forks source link

How to change option's height #250

Closed EricaLi123 closed 2 years ago

MartinGao commented 2 years ago

Hi, I know this issue has been closed but I also have this issue and could not find the solution I would like to display a couple of options when the device is in landscape mode. I want to set the height of options to be as small as possible so that I could fit more options without scrolling I am able to adjust the text size using textStyle but I can't change the height of one option. I tried containerStyle but it just change the height of the whole action sheet which is not what I want.