How to Install react-native-vector-icons NPM Packages on Ubuntu / Debian

How to Install react-native-vector-icons software package in NPM Packages

react-native-vector-icons : Customizable Icons for React Native with support for NavBar/TabBar/ToolbarAndroid, image source and full styling.. You can installing react-native-vector-icons npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.

$ sudo npm install react-native-vector-icons
$ sudo npm install -g react-native-vector-icons

If want to update the react-native-vector-icons package execute the command as below,

$ sudo npm update react-native-vector-icons

Update package globally,

$ npm install -g react-native-vector-icons

Git clone:

$ sudo  git clone https://github.com/rektide/react-native-vector-icons.git
$ sudo  npm install -g ./react-native-vector-icons

react-native-vector-icons@4.4.2 /usr/lib/node_modules/react-native-vector-icons

How to remove react-native-vector-icons package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall react-native-vector-icons

Basic Information of react-native-vector-icons NPM Package:

Package Name react-native-vector-icons
Version 4.4.2
Description Customizable Icons for React Native with support for NavBar/TabBar/ToolbarAndroid, image source and full styling.
Released Date 2017-10-08T09:48:37.112Z
Published by oblador
How to Learn https://www.npmjs.com/package/react-native-vector-icons/tutorial