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

How to Install react-native software package in NPM Packages

react-native : A framework for building native apps using React. You can installing react-native 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
$ sudo npm install -g react-native

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

$ sudo npm update react-native

Update package globally,

$ npm install -g react-native

Git clone:

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

react-native@0.50.4 /usr/lib/node_modules/react-native

How to remove react-native package :

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

$ sudo npm uninstall react-native

Basic Information of react-native NPM Package:

Package Name react-native
Version 0.50.4
Description A framework for building native apps using React
Released Date 2017-11-24T14:47:02.072Z
Published by react-native-bot
How to Learn https://www.npmjs.com/package/react-native/tutorial