hossein-zare / react-native-dropdown-picker

A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.
https://hossein-zare.github.io/react-native-dropdown-picker-website/
MIT License
971 stars 295 forks source link

Is it possible to change text style of `NOTHING_TO_SHOW`? #561

Closed ddikodroid closed 2 years ago

ddikodroid commented 2 years ago

So, I'm changing the default NOTHING_TO_SHOW message and it goes beyond one line. Is is possible to at least make the text align to center?

Screenshot Simulator Screen Shot - iPhone 12 - 2022-05-27 at 12 03 59

Thank you for this package

ddikodroid commented 2 years ago

Okay, after digging on the code, I found listMessageTextStyle to change the text style.