React Native Line Awesome Icons
You can easily add icons for your application using this package.You can see all the icons on Line Awesome.
İnstall
This package dependency react-native-svg , you need install this package.
npm install react-native-svg;
npx pod-install ios;
npm install rn-lineawesomeicons;
Dont forget restart metro bundler
How can I use this package?
;;; const App = { return <SafeAreaView> <RNLineAwesomeIcons icon='la-blind' fill='black' /> </SafeAreaView> ;};;
Component Supported Props
Prop Name | Description |
---|---|
icon | This is icon name property you can find icon names on Line Awesome web site |
height | Specifies the height at which the component will fill the screen. |
width | Specifies the width that the component will fill the screen. |
fill | indicates the color of the component |
stroke | indicates the outer frame color of the component |
Thanks icons8 team https://icons8.com/line-awesome VSCODE