mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-11 09:11:14 +08:00
[ReactNative] Fix LinkingIOS event listening
This commit is contained in:
@@ -29,9 +29,7 @@ class LinkingIOS {
|
||||
);
|
||||
_notifHandlers[handler] = RCTDeviceEventEmitter.addListener(
|
||||
DEVICE_NOTIF_EVENT,
|
||||
(notifData) => {
|
||||
handler(new LinkingIOS(notifData));
|
||||
}
|
||||
handler
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user