- 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:
Adam Dierkens 2017-10-29 23:06:33 -07:00 committed by Facebook Github Bot
parent 0285211c04
commit 35ea34298c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ type KeyboardEventListener = (e: KeyboardEventData) => void;
// The following object exists for documentation purposes // The following object exists for documentation purposes
// Actual work happens in // 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. * `Keyboard` module to control keyboard events.