Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Fix typo in README #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down