Skip to content

Commit

Permalink
- Fixed link ref for NativeEventEmitter.js
Browse files Browse the repository at this point in the history
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 #16555

Differential Revision: D6184944

Pulled By: shergin

fbshipit-source-id: 0cbf2768c50439935bf0d18f8ca87b85dfedf1b5
  • Loading branch information
adierkens authored and facebook-github-bot committed Oct 30, 2017
1 parent 0285211 commit 35ea342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Components/Keyboard/Keyboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 35ea342

Please sign in to comment.