diff --git a/README.md b/README.md index 8b4d621..9879ded 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,13 @@ The basic workflow is: # Install ### rnpm (preferred) -`rnpm install react-native-ios-push-notification-actions` +`rnpm install react-native-ios-notification-actions` ### Manual -1. `npm install react-native-ios-push-notification-actions` +1. `npm install react-native-ios-notification-actions` 2. Drag `./RNNotificationActions/RNNotificationActions.xcodeproj` into your project. -3. Add `libRNNotificationActions.a` to your `Link Binary With Libraries` build phase +3. Add `libRNNotificationActions.a` to your `Link Binary With Libraries` build phase. +4. Add the following to you Header Search Paths: `$(SRCROOT)/../node_modules/react-native-ios-notification-actions/RNNotificationActions`, set the search to recursive. # Getting Started 1. Follow the instructions [here](https://facebook.github.io/react-native/docs/pushnotificationios.html) to set up push notifications in your app.