An open API service indexing awesome lists of open source software.

https://github.com/rashidul-hasan/react-native-vector-icon-picker

Icon picker component for React Native
https://github.com/rashidul-hasan/react-native-vector-icon-picker

icon-picker icons react-native react-native-vector-icons vector-icons

Last synced: about 2 months ago
JSON representation

Icon picker component for React Native

Awesome Lists containing this project

README

        

# React Native Icon Picker

Icon picker for React Native

First import the component:
```js
import IconPicker from 'react-native-vector-icon-picker';
```

Then use it in your component:
```js
console.log(icon)}
/>
```