From 35ea34298ca49d888db1f5a660f8cf5daeebe146 Mon Sep 17 00:00:00 2001 From: Adam Dierkens Date: Sun, 29 Oct 2017 23:06:33 -0700 Subject: [PATCH] - Fixed link ref for NativeEventEmitter.js Summary: - Make it link to the right location for [NativeEventEmitter](https://github.com/facebook/react-native/blob/master/Libraries/EventEmitter/NativeEventEmitter.js) The docs are wrong. Copy-paste the link. 404 === Bad, 200 === Good Closes https://github.com/facebook/react-native/pull/16555 Differential Revision: D6184944 Pulled By: shergin fbshipit-source-id: 0cbf2768c50439935bf0d18f8ca87b85dfedf1b5 --- Libraries/Components/Keyboard/Keyboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Components/Keyboard/Keyboard.js b/Libraries/Components/Keyboard/Keyboard.js index b990883cc..9b3c79730 100644 --- a/Libraries/Components/Keyboard/Keyboard.js +++ b/Libraries/Components/Keyboard/Keyboard.js @@ -38,7 +38,7 @@ type KeyboardEventListener = (e: KeyboardEventData) => void; // The following object exists for documentation purposes // Actual work happens in -// https://github.com/facebook/react-native/blob/master/Libraries/vendor/emitter/NativeEventEmitter.js +// https://github.com/facebook/react-native/blob/master/Libraries/EventEmitter/NativeEventEmitter.js /** * `Keyboard` module to control keyboard events.