Skip to content

A helper function to import vector icons from `react-native-vector-icons`...

License

Notifications You must be signed in to change notification settings

khalid32/react-native-vector-icons-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-vector-icons-helper

A helper function to import vector icons from react-native-vector-icons...

Installation

First, install react-native-vector-icons

Using npm:

npm install --save react-native-vector-icons-helper
# or
yarn add react-native-vector-icons-helper

Usage

import Icon from 'react-native-vector-icons-helper';

<Icon bundle='Ionicons' name='md-home' size={18} color='white' style={{}} />

Bundle List

  • AntDesign
  • Entypo
  • EvilIcons
  • Ionicons
  • Feather
  • FontAwesome
  • FontAwesome5
  • Fontisto
  • Foundation
  • MaterialIcons
  • MaterialCommunityIcons
  • Octicons
  • Zocial
  • SimpleLineIcons

You'll find icon name on this directory!

Properties

Name Type Default
bundle String 'Ionicons'
name String 'md-home'
size Int 18
color String 'white'
style Object {}

About

A helper function to import vector icons from `react-native-vector-icons`...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published