atasmohammadi / react-native-multiple-select-list

Multiple select list with search bar
75 stars 46 forks source link

Changed Default Icon for Search + Added props #19

Closed Bilal-Abdeen closed 5 years ago

Bilal-Abdeen commented 5 years ago

This fork has a fix for the issue: https://github.com/atasmohammadi/react-native-multiple-select-list/issues/18

Old Code:

New Code: In effect, 1. The default icon for search is changed from "ios-search-outline" to "ios-search". The old one "ios-search-outline" is giving a warning with expo, and an (?) is displayed as s search icon! 2. There is a new optional prop (searchIconName) for the search icon name. 3. There is a new optional prop (searchIconColor) for the search icon size. 4. There is a new optional prop (searchIconSize) for the search icon size.
PManager1 commented 3 years ago

isn't fixed

yocheved-check-in commented 3 years ago

isn't fixed

Did you find a solution?