1.0.0 • Published 4 years ago
custom-icon v1.0.0
![]()
Install
this package allows you to easily use the expo icons
npm install custom-iconFeatures
- Easy to use
- Accept all types of icons
- Cross platform
Usage/Examples
import IconCustom from 'icon-custom'
function App() {
return <IconCustom
iconName={"airplane"}
iconType={"Ionicons"}
size={60}
color={"black}
/>
}Props Reference
| Parameter | Type | Exemple |
|---|---|---|
iconName | string | 'airplane' |
iconType | string | 'Ionicons' |
size | number | 25 |
color | string | 'black' |
Authors
1.0.0
4 years ago