lawnstarter / react-native-picker-select

🔽 A Picker component for React Native which emulates the native <select> interfaces for iOS and Android
https://npmjs.com/package/react-native-picker-select
MIT License
1.75k stars 498 forks source link

Android Style #504

Open ramirobg94 opened 1 year ago

ramirobg94 commented 1 year ago

Hello, I followed the readme and tried to use this https://stackoverflow.com/questions/38921492/how-to-style-the-standard-react-native-android-picker/39141949#39141949.

But I wasn't successful in giving style on android. I was checking the library, and there is a way to pass style to the items but it seems that it is not working linking the two libraries used.

Do you have any example of how to put in bol the selected item in android?

Thanks