1.1.1 • Published 7 years ago

react-native-set-root v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

react-native-set-root

Sets the root of a react native package

#Usage

Global install (best for expo)

yarn global add react-native-set-root
(from your project root)
react-native-set-root @myscope/mymodule

React-Native plugin

yarn add react-native-set-root
react-native set-root @myscope/mymodule

Note this will not add the module in question to your project - so best practice is something like

yarn add @myscope/mymodule
react-native-set-root @myscope/mymodule