react-native-multiple-select-list
react-native-multiple-select-list copied to clipboard
Invalid prop `name` of value `ios-search-outline` supplied to `Icon`
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.
I fixed this issue in the pull request: https://github.com/atasmohammadi/react-native-multiple-select-list/pull/19