Fix fbsource errors

Reviewed By: kassens

Differential Revision: D3032708

fb-gh-sync-id: e697a2433dcdcb70ddeafdee607f14e570cfb245
shipit-source-id: e697a2433dcdcb70ddeafdee607f14e570cfb245
This commit is contained in:
Jeff Morrison 2016-03-09 16:53:37 -08:00 committed by Facebook Github Bot 6
parent 11458d67d5
commit 593d766ec5
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ function _flush(rootNode: AnimatedValue): void {
}
}
findAnimatedStyles(rootNode);
/* $FlowFixMe(site=react_native) */
/* $FlowFixMe */
animatedStyles.forEach(animatedStyle => animatedStyle.update());
}

View File

@ -222,7 +222,7 @@ const NetInfo = {
eventName: ChangeEventName,
handler: Function
): void {
/* $FlowFixMe(site=react_native) */
/* $FlowFixMe */
const listener = _isConnectedSubscriptions.get(handler);
NetInfo.removeEventListener(
eventName,