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
- Host: GitHub
- URL: https://github.com/rashidul-hasan/react-native-vector-icon-picker
- Owner: rashidul-hasan
- License: mit
- Created: 2019-10-26T13:29:45.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2020-12-27T06:19:48.000Z (over 4 years ago)
- Last Synced: 2025-03-18T13:15:31.670Z (2 months ago)
- Topics: icon-picker, icons, react-native, react-native-vector-icons, vector-icons
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)}
/>
```