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
323 stars 138 forks source link

selectedRowStyle and selectedRowTextStyle properties are activated on the second selection #161

Closed hasanhasanov closed 6 months ago

hasanhasanov commented 12 months ago

type Model = { key: number; value: string; selected: boolean, }

When I make a transaction using the model above, the following features are activated on the second selection.

selectedRowStyle selectedRowTextStyle

In the library example, these features work without any problems

AdelRedaa97 commented 6 months ago

A lot of changes were made in v4.0, take a look here https://github.com/AdelRedaa97/react-native-select-dropdown?tab=readme-ov-file#-major-changes

Feel free to open the issue again if it still exists