Updated Linking and PushNotificationIOS modules to use NativeEventEmitter

Reviewed By: javache

Differential Revision: D3352819

fbshipit-source-id: d218791a16aba597d2544691ef993711cf00522c
This commit is contained in:
Nick Lockwood
2016-05-27 10:14:12 -07:00
committed by Facebook Github Bot 7
parent a4b5f1bf10
commit 1623e34c51
9 changed files with 141 additions and 304 deletions

View File

@@ -85,7 +85,7 @@ What that means is, are you using this library on the native side or only in
JavaScript? If you are only using it in JavaScript, you are good to go!
This step is not necessary for libraries that we ship with React Native with the
exception of `PushNotificationIOS` and `LinkingIOS`.
exception of `PushNotificationIOS` and `Linking`.
In the case of the `PushNotificationIOS` for example, you have to call a method
on the library from your `AppDelegate` every time a new push notification is