AdelRedaa97 / react-native-select-dropdown

react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.
MIT License
314 stars 134 forks source link

Add support for array button style #122

Closed raychanks closed 1 year ago

raychanks commented 1 year ago

Fix #117

Implement a custom mergeStyle function instead of using the built-in StyleSheet.flatten because the function StyleSheet.flatten seems to be introduced in react-native@0.52, and we want to ensure it's backward compatible after this change.

AdelRedaa97 commented 1 year ago

Thanks ❤️