react-native-camera : A Camera component for React Native. Also reads barcodes.. You can installing react-native-camera 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-camera $ sudo npm install -g react-native-camera
If want to update the react-native-camera package execute the command as below,
$ sudo npm update react-native-camera
Update package globally,
$ npm install -g react-native-camera
$ sudo git clone https://github.com/rektide/react-native-camera.git
$ sudo npm install -g ./react-native-camera
react-native-camera@0.12.0 /usr/lib/node_modules/react-native-camera
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall react-native-camera
| Package Name | react-native-camera |
| Version | 0.12.0 |
| Description | A Camera component for React Native. Also reads barcodes. |
| Released Date | 2017-11-08T19:17:20.302Z |
| Published by | rt2zz |
| How to Learn | https://www.npmjs.com/package/react-native-camera/tutorial |