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.74k stars 499 forks source link

borderRadius does not work Android #373

Closed joaodematejr closed 3 years ago

joaodematejr commented 3 years ago

Describe the bug
I'm passing "borderRadius" in the android version but it's not working, the image in the ios version works perfectly.

To Reproduce
I did the import following the steps of the documentation and applied the styles.

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
Add screenshots to help explain your problem. If screenshots aren't applicable to this issue, write "n/a".

Additional details

Reproduction and/or code sample
Captura de Tela 2020-10-06 às 16 27 08 Captura de Tela 2020-10-06 às 16 27 15 Captura de Tela 2020-10-06 às 16 34 15

joaodematejr commented 3 years ago

useNativeAndroidPickerStyle={false} solution