react native custom icon
Very


添加依賴項:
npm i react - native - custom - icon "react" : " >= 16.x " ,
"react-native" : " >= 0.55.x " ,
"react-native-vector-icons" : " >= 6.x.x " import MyIcon from "react-native-custom-icon" ;
import IcomoonConfig from "./assets/icomoon/selection.json" ;
< MyIcon name = "fireworks" color = "red" size = { 50 } config = { IcomoonConfig } /> ; ![]()
| 財產 | 類型 | 預設 | 描述 |
|---|---|---|---|
| 姓名 | 細繩 | 無效的 | 用這個設置圖標的名稱 |
| 顏色 | 顏色 | 無效的 | 用它來設置圖標的顏色 |
| 尺寸 | 數字 | 16 | 用它來更改圖標的大小 |
| config | JSON | 無效的 | 必須使用它來提供哪些配置和數據用作ICONCONFIG |
freakycoder,[email protected]
React Native自定義圖標庫可根據MIT許可證獲得。有關更多信息,請參見許可證文件。