Fix fbsource errors
Reviewed By: kassens Differential Revision: D3032708 fb-gh-sync-id: e697a2433dcdcb70ddeafdee607f14e570cfb245 shipit-source-id: e697a2433dcdcb70ddeafdee607f14e570cfb245
This commit is contained in:
parent
11458d67d5
commit
593d766ec5
|
@ -130,7 +130,7 @@ function _flush(rootNode: AnimatedValue): void {
|
|||
}
|
||||
}
|
||||
findAnimatedStyles(rootNode);
|
||||
/* $FlowFixMe(site=react_native) */
|
||||
/* $FlowFixMe */
|
||||
animatedStyles.forEach(animatedStyle => animatedStyle.update());
|
||||
}
|
||||
|
||||
|
|
|
@ -222,7 +222,7 @@ const NetInfo = {
|
|||
eventName: ChangeEventName,
|
||||
handler: Function
|
||||
): void {
|
||||
/* $FlowFixMe(site=react_native) */
|
||||
/* $FlowFixMe */
|
||||
const listener = _isConnectedSubscriptions.get(handler);
|
||||
NetInfo.removeEventListener(
|
||||
eventName,
|
||||
|
|
Loading…
Reference in New Issue