hoaphantn7604 / react-native-element-dropdown

A react-native dropdown component easy to customize for both iOS and Android.
MIT License
861 stars 154 forks source link

[feature require] different icon style needed for dropdown opened and close. #252

Open jameszhan02 opened 4 months ago

jameszhan02 commented 4 months ago

Sure, I can use setState to control the style dynamically change while is open or not, but it will cost re-render. so i am wonder if the style could added into package itself to improve the performance?

nehalprasad commented 3 months ago

@jameszhan02 This PR will work fine for you https://github.com/hoaphantn7604/react-native-element-dropdown/pull/257