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

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

Open fuj1w4r4 opened this issue 6 years ago • 4 comments

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 avatar Oct 18 '18 07:10 fuj1w4r4

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

fuj1w4r4 avatar Oct 18 '18 07:10 fuj1w4r4

Hi, any update?

fuj1w4r4 avatar Oct 21 '18 15:10 fuj1w4r4

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

UnableHead avatar Nov 09 '18 14:11 UnableHead

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

namexbalboa avatar Feb 03 '19 11:02 namexbalboa