mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 20:35:43 +08:00
Turn on Flow for EventEmitter
Reviewed By: sahrens Differential Revision: D5732809 fbshipit-source-id: b8241120188b2b64af12249b2f00a43bea3b58a4
This commit is contained in:
committed by
Facebook Github Bot
parent
1f9fc0ee3a
commit
dd92dba3da
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user