RN: Fix $FlowFixMe in RTLExample

Summary: Fix the typo in `RTLExample.js` that is now detected by Flow.

Reviewed By: TheSavior

Differential Revision: D7987526

fbshipit-source-id: d30f536b2f41e2127909675ea065a3355e5576ad
This commit is contained in:
Tim Yung 2018-05-14 17:36:38 -07:00 committed by Facebook Github Bot
parent 6042592cf4
commit 206ef54aa4
1 changed files with 1 additions and 2 deletions

View File

@ -484,8 +484,7 @@ class RTLExample extends React.Component<any, State> {
<RNTesterBlock
title={'Controlling Animation'}
description={'Animation direction according to layout'}>
{/* $FlowFixMe - Typing ReactNativeComponent revealed errors */}
<View Style={styles.view}>
<View style={styles.view}>
<AnimationBlock
onPress={this._linearTap}
imgStyle={{