Turn on Flow for EventEmitter

Reviewed By: sahrens

Differential Revision: D5732809

fbshipit-source-id: b8241120188b2b64af12249b2f00a43bea3b58a4
This commit is contained in:
Eli White
2017-08-30 11:45:10 -07:00
committed by Facebook Github Bot
parent 1f9fc0ee3a
commit dd92dba3da
5 changed files with 10 additions and 6 deletions

View File

@@ -67,8 +67,8 @@ class KeyboardSpacerIOS extends Component<Props, State> {
this._unRegisterEvents();
}
_keyboardWillShowSubscription: { remove: Function };
_keyboardWillHideSubscription: { remove: Function };
_keyboardWillShowSubscription: { +remove: Function };
_keyboardWillHideSubscription: { +remove: Function };
_registerEvents = () => {
this._keyboardWillShowSubscription = Keyboard.addListener(