expo / react-native-action-sheet

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

[Android] Action sheet text gets cut-off #297

Closed bradzickafoose closed 1 year ago

bradzickafoose commented 1 year ago

Action sheet text gets cut-off on Android devices and can be replicated in the example project.

You can see here the issue: Screenshot_20230327-103506 (Google Pixel 4a, Android 13)

Until a better solution exists, one hacky solution is to add a space to the end of the text.

bradzickafoose commented 1 year ago

My apologies. I accidentally created a duplicate issue. Here is the original issue: #298