【发布时间】:2020-09-15 03:13:54
【问题描述】:
我正在使用react-native-elements 在我的应用中显示图标。
但图标在 Android 中显示不正确。
IOS:
import { Icon } from 'react-native-elements';
<Icon
style={styles.btnIcon}
name="user"
type="feather"
iconStyle={styles.btnIconStyle}
size={16}/>
package.json
"react-native-vector-icons": "^7.1.0",
"react-native-elements": "^2.3.2",
"react-native": "^0.63.2",
【问题讨论】:
标签: android react-native react-native-elements