- 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
This commit is contained in:
parent
0285211c04
commit
35ea34298c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue