AppAndFlow / react-native-quickpicker

A simple Picker for react-native that works out of the box on both iOS and Android
66 stars 9 forks source link

Custom style for Android default picker #3

Closed alessiocancian closed 5 years ago

alessiocancian commented 5 years ago

Added itemStyleAndroid which allows to set custom style for each item of the default Android picker. Added selectedItemStyleAndroid which allows to set custom style for the selected item.

Valiums commented 5 years ago

@alessiocancian Thanks for your PR! I'll review and merge any soon !

alessiocancian commented 5 years ago

@Valiums Any problems with the merge?

I added another option to customize the style of the modal. If you don't like the names of the options you can change them however you want.

Valiums commented 5 years ago

@alessiocancian very sorry! No, nothing wrong at all, just had no time to review, got very busy.

Valiums commented 5 years ago

@alessiocancian great work man! merging!

Valiums commented 5 years ago

@alessiocancian live on 1.2.0! Thanks!