0.1.3 • Published 9 years ago

react-extension-manager v0.1.3

Weekly downloads
2
License
BSD
Repository
github
Last release
9 years ago

React Extension Manager (REM)

Introduction

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.

Installation

Usage

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) init If you add new React Native extensions at a later time, update the project using rem (./rem.sh) install

Pre-Release Notice

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

Release History

  • 0.1.0 Initial Release
  • 0.1.1 Added rem.sh script