atasmohammadi / react-native-multiple-select-list

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

Invalid prop `name` of value `ios-search-outline` supplied to `Icon` #18

Open Bilal-Abdeen opened 5 years ago

Bilal-Abdeen commented 5 years ago

I tried to use the example provided in the readme file. I got the following error message.

Warning: Failed prop type: Invalid prop name of value ios-search-outline supplied to Icon, expected one of ["ios-add","ios-add-circle",.............

I am using expo "^32.0.0"

It seems that the hard-coded icon, which is used in this component, is not available in expo. I suggest making the icon a customisable prop.

Bilal-Abdeen commented 5 years ago

I fixed this issue in the pull request: https://github.com/atasmohammadi/react-native-multiple-select-list/pull/19