react-native-multiple-select-list
react-native-multiple-select-list copied to clipboard
Considering update the react-native-vector-icons to version v5.0?
I got an error "undefined is not an object (evaluating '_react.PropTypes.oneOf')" As I checked in the dependencies, it is using react-native-vector-icons version 3.
I have updated the version of react-native-vector-icons and it works.
Hi, any update?
Hi, I have the same problem on my project too.
In my project I changed the target import folder to my updated react-native-vector-icons installation, like this:
import Icon from '../react-native-vector-icons/Ionicons';
and change this on package.json :
"dependencies": { "react-native-vector-icons": "^6.2.0" }