selvamk-js / sharingan-rn-modal-dropdown

A simple and customizable react-native dropdown created using react-native-modal and react-native-paper.
MIT License
86 stars 29 forks source link

Arrow Icon not showing up (Unrecognized font family 'Material Design Icons') #27

Closed ELMAJOULI closed 3 years ago

ELMAJOULI commented 3 years ago

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', }, simulator_screenshot_2BD12EBA-E3F2-4EF7-B28F-41B3FC91CFBA

Screen Shot 2021-05-18 at 12 32 04

"react-native": "0.63.4" "sharingan-rn-modal-dropdown": "1.3.1"

mmaass commented 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

selvamk-js commented 3 years ago

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: