Saad Saleem
Saad Saleem
@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...
kishanverma26 you can't do that. You need 'value' key in your data object otherwise data will not show in dropdown. I mean you can't use other key's in your object...