

Note: use iconStyle for margins or expect unstable behaviour.īorder radius of the button, set to 0 to disable.Ī function called when the button is pressed.Ĭonvenient way to plug this in into other components that rely on bitmap images rather than scalable vector icons. Styles applied to the icon only, good for setting margins or a different color. Text and icon color, use iconStyle or nest a Text component if you need different colors. Import Icon from 'react-native-vector-icons/FontAwesome' const myButton = ( Īny Text, TouchableHighlight or TouchableWithoutFeedback property in addition to these: Prop
Tree top view vector android#
NOTE: On android Text doesn't currently support border* styles, to circumvent this simply wrap your Icon with a View.īy combining some of these you can create for example :Ī convenience component for creating buttons with an icon on the left side. Since Icon builds on top of the Text component, most style properties will work as expected, you might find it useful to play around with these: Usage: const isNameValid = Icon.hasIcon(name)

Usage: const glyphMap = Icon.getRawGlyphMap()Ĭhecks if the name is valid in current icon set. Returns the raw glyph map of the icon set. Usage: const source = Icon.getImageSourceSync(name, size, color) Usage: const source = await Icon.getImageSource(name, size, color) Returns a promise that resolving to the source of a bitmap version of the icon for use with Image component et al. Usage: const fontFamily = Icon.getFontFamily() Returns the font family that is currently used to retrieve icons as text. What icon to show, see Icon Explorer app or one of the links above. Size of the icon, can also be passed as fontSize in the style object. Import Icon from 'react-native-vector-icons/FontAwesome' const myIcon = PropertiesĪny Text property and the following: Prop In your webpack configuration file, add a section to handle ttf files using url-loader (or file-loader) Note: you need to recompile your project after adding new fonts.

Tree top view vector install#
Run: $ npm install -save react-native-vector-icons.SimpleLineIcons by Sabbir & Contributors (v2.5.5, 189 icons).Zocial by Sam Collins (v1.4.0, 100 icons).MaterialCommunityIcons by (v6.5.95, 6596 icons).Fontisto by Kenan Gündoğan (v3.0.4, 615 icons).FontAwesome by Dave Gandy (v4.7.0, 675 icons).

