diff --git a/Libraries/PushNotificationIOS/PushNotificationIOS.js b/Libraries/PushNotificationIOS/PushNotificationIOS.js index 4c89295ed..a0d54c217 100644 --- a/Libraries/PushNotificationIOS/PushNotificationIOS.js +++ b/Libraries/PushNotificationIOS/PushNotificationIOS.js @@ -36,9 +36,10 @@ const DEVICE_LOCAL_NOTIF_EVENT = 'localNotificationReceived'; * * [Manually link](docs/linking-libraries-ios.html#manual-linking) the PushNotificationIOS library * - * - Be sure to add the following to your `Header Search Paths`: - * `$(SRCROOT)/../node_modules/react-native/Libraries/PushNotificationIOS` - * - Set the search to `recursive` + * - Add the following to your Project: `node_modules/react-native/Libraries/PushNotificationIOS/RCTPushNotification.xcodeproj` + * - Add the following to `Link Binary With Libraries`: `libRCTPushNotification.a` + * - Add the following to your `Header Search Paths`: + * `$(SRCROOT)/../node_modules/react-native/Libraries/PushNotificationIOS` and set the search to `recursive` * * Finally, to enable support for `notification` and `register` events you need to augment your AppDelegate. *