Closed ELMAJOULI closed 3 years ago
Hi, this issue seems to be related to react-native-vector-icons. You might checkout the issues over there for help. e.g. https://github.com/oblador/react-native-vector-icons/issues/135
Please install react-native-vector-icon and link the material design font icon to your project that should fix the issue. The reasons for not having the icons out of the box:
Hello, hope you're doing well, first things first, I would like to think you for your effort to provide us with a very useful material. i've followed up the installation instructions. But when using MultiselectDropdown component i face Unrecognized font family 'Material Design Icons' issue.
<MultiselectDropdown data={skillLevelData} value={selectedSkillLevel} onChange={setSelectedSkillLevel} textInputStyle={Style.textInputDD} chipStyle={Style.chipStyle} underlineColor={'transparent'} emptySelectionText={i18n.t(translation.selectSkillLevel.id)} />
textInputDD: { height: height * 0.06, fontSize: 12, }, chipStyle: { display: 'none', },
"react-native": "0.63.4" "sharingan-rn-modal-dropdown": "1.3.1"