react native bug集锦

react-native-elements/ListItem b

2017-07-17  本文已影响228人  IDO0

在使用listitem的时候发现在Android上右图片默认显示不出来,在iOS运行直接报错 Unrecognized font family 'Material Icons'。


androidlistitem.png ioslistitem.png

修复:
打开ListItem源码发现这个


code.png

所以解决这个很简单只要设置hidechevron=true就可以了。


fixcode.png
或者也可以修改设置默认值
default.png

修改后效果:

androidright.png
iosright.png
版本信息:
"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
上一篇下一篇

猜你喜欢

热点阅读