Is there an existing issue for this?
Platform
Explain what you did
Using the SearchBar on latest 4 rc8 shows a '?' as the search bar symbol on iOS instead of the magnifying glass. Showing this Error in console:
Warning: Failed prop type: Invalid prop name of value ios-search supplied to Icon, expected one of ["accessibility",........]
We are not passing any such prop and this is working in the react-native-vector-icon v9.2.0
Expected behavior
We expect a magnifying glass as the search bar icon instead of the '?' with the warning.
Screenshots
This is what it looks like:

Even the https://reactnativeelements.com/docs/components/searchbar playground is showing a bad search icon:

Is there an existing issue for this?
Platform
Explain what you did
Using the SearchBar on latest 4 rc8 shows a '?' as the search bar symbol on iOS instead of the magnifying glass. Showing this Error in console:
Warning: Failed prop type: Invalid prop
nameof valueios-searchsupplied toIcon, expected one of ["accessibility",........]We are not passing any such prop and this is working in the react-native-vector-icon v9.2.0
Expected behavior
We expect a magnifying glass as the search bar icon instead of the '?' with the warning.
Screenshots
This is what it looks like:

Even the https://reactnativeelements.com/docs/components/searchbar playground is showing a bad search icon: