天天看點

react-native-elements/ListItem bug

在使用listitem的時候發現在Android上右圖檔預設顯示不出來,在iOS運作直接報錯 Unrecognized font family ‘Material Icons’。

react-native-elements/ListItem bug
react-native-elements/ListItem bug

修複:

打開ListItem源碼發現這個

react-native-elements/ListItem bug

是以解決這個很簡單隻要設定hidechevron=true就可以了。

react-native-elements/ListItem bug

或者也可以修改設定預設值

react-native-elements/ListItem bug

修改後效果:

react-native-elements/ListItem bug
react-native-elements/ListItem bug

版本資訊:

“react”: “16.0.0-alpha.6”,

“react-native”: “0.44.3”,

“react-native-elements”: “^0.14.0”,

“react-native-vector-icons”: “^4.2.0”,

相關issue:

https://github.com/react-native-training/react-native-elements/issues/503

繼續閱讀