0.1.6 • Published 8 years ago

npm-native v0.1.6

Weekly downloads
12
License
MIT
Repository
github
Last release
8 years ago

npm-native

Just do npm install react-native-yourplugin.

Build Status

Usage

package.json:

{
  "scripts" :
  {
    "postinstall" : "npm-native --install path_to_lib.xcodeproj",
    "uninstall" : "npm-native --uninstall path_to_lib.xcodeproj"
  }
}

--path_to_lib - where your XCode project is placed.

TODO

-[] Validate the final xcodeproj file and if it fails rollback it to the previous state; -[] Allow to copy resources like font files; -[] Android support;

Plugins includes npm-native

Nothing here.

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago