0.1.6 • Published 10 years ago

npm-native v0.1.6

Weekly downloads
12
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago