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
$ 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
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall react-native
| 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 |