Easily add and customize Line Awesome icons in your react native app
Easily add and customize Line Awesome icons in your react native app
Add the library as a dependency:
``bash
# yarn
yarn add reactnative-line-awsome
# npm
npm install reactnative-line-awsome
`
Usage/Examples
`javascript
import {AccessibleIcon} from 'reactnative-line-awsome'
function App() {
return
}
``