mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Updated Linking and PushNotificationIOS modules to use NativeEventEmitter
Reviewed By: javache Differential Revision: D3352819 fbshipit-source-id: d218791a16aba597d2544691ef993711cf00522c
This commit is contained in:
committed by
Facebook Github Bot 7
parent
a4b5f1bf10
commit
1623e34c51
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user