react-native-multiple-select-list
react-native-multiple-select-list copied to clipboard
'proptypes.oneOf' of undefined.
I am getting the error PropTypes.oneOf is undefined as it is using the older version of react-native-vector-icons(3.0.0) if it takes the latest version of react-native-vector-icons(6.6.0) then it will OK but how to change the version of react-native-vector-icons to latest.
I mean how to update the react-native-vector-icons to latest that is used inside the react-native-multiple-select-list
@atasmohammadi
@sachinshapur05 change package.json file of react-native-multiple-select-list with version of react-native-vector-icons 6.6.0 then navigate to the react-native-multiple-select-list directory and run npm install. This will install the new version of react-native-vector-icons.
@sachinshapur05 there is one other solution which is a lot simpler than above solution. Navigate to node_modules folder and find react-native-multiple-select-list package and open multipleSelect.js file and copy all code and make it your own component.