atasmohammadi / react-native-multiple-select-list

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

Considering update the react-native-vector-icons to version v5.0? #16

Open fuj1w4r4 opened 5 years ago

fuj1w4r4 commented 5 years ago

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.

image

fuj1w4r4 commented 5 years ago

I have updated the version of react-native-vector-icons and it works.

fuj1w4r4 commented 5 years ago

Hi, any update?

UnableHead commented 5 years ago

Hi, I have the same problem on my project too.

namexbalboa commented 5 years ago

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" }