-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to wrap text inside MenuItem? #99
Comments
Hey @medmo7 did you find a workaround for this? |
I've added this prop to MenuItem: <MenuItem
textStyle={{
flexWrap: 'wrap',
}} |
Alright, thanks |
Hello, Passing <MenuItem ellipsizeMode='clip'>
Politique de confidentialité
</MenuItem> An option would be to set a |
Thank for this library.
I'm trying to wrap the text inside MenuItem so the totality of it is shown, now it is cut.
Here is my implementation:
Thanks.
The text was updated successfully, but these errors were encountered: