react-native-multiple-select-list icon indicating copy to clipboard operation
react-native-multiple-select-list copied to clipboard

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

Open Bilal-Abdeen opened this issue 5 years ago • 1 comments

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 avatar Aug 27 '19 02:08 Bilal-Abdeen

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

Bilal-Abdeen avatar Aug 27 '19 03:08 Bilal-Abdeen