mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-01 09:23:16 +08:00
Fix fbsource errors
Reviewed By: kassens Differential Revision: D3032708 fb-gh-sync-id: e697a2433dcdcb70ddeafdee607f14e570cfb245 shipit-source-id: e697a2433dcdcb70ddeafdee607f14e570cfb245
This commit is contained in:
committed by
Facebook Github Bot 6
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,
|
||||
|
||||
Reference in New Issue
Block a user