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:
parent
6042592cf4
commit
206ef54aa4
|
@ -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={{
|
||||
|
|
Loading…
Reference in New Issue