babel-preset-react-native : Babel preset for React Native applications. You can installing babel-preset-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 babel-preset-react-native $ sudo npm install -g babel-preset-react-native
If want to update the babel-preset-react-native package execute the command as below,
$ sudo npm update babel-preset-react-native
Update package globally,
$ npm install -g babel-preset-react-native
$ sudo git clone https://github.com/rektide/babel-preset-react-native.git
$ sudo npm install -g ./babel-preset-react-native
babel-preset-react-native@4.0.0 /usr/lib/node_modules/babel-preset-react-native
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-preset-react-native
Package Name | babel-preset-react-native |
Version | 4.0.0 |
Description | Babel preset for React Native applications |
Released Date | 2017-09-14T12:11:40.882Z |
Published by | rafeca |
How to Learn | https://www.npmjs.com/package/babel-preset-react-native/tutorial |