React Extension Manager (or REM) is a package manager for third-party React Native Modules built using npm and CocoaPods. REM allows the base of React Native to remain uncluttered and small in size, while supporting native functionality such as Vibrations, MapViews, etc. that is not always needed in an app.
npm install react-extension-manager
When stable is hit, REM will support using rem command from bin globally.
At this point in time, we do not recommend making the module global and adding the script to your path as it is still in the works. Run the script using
./node_modules/react-extension-manager/rem.sh
To use rem, init a project with a podfile and React Native extensions using
rem (./rem.sh) initIf you add new React Native extensions at a later time, update the project using
rem (./rem.sh) install
REM is still in alpha.
We would love for you to submit bugs here:
https://github.com/ReactExtensionManager/ReactExtensionManager/issues
and contribute here:
https://github.com/ReactExtensionManager/ReactExtensionManager
- 0.1.0 Initial Release
- 0.1.1 Added rem.sh script
- 0.1.3 Allows for custom React Native Path