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
|
<RNTesterBlock
|
||||||
title={'Controlling Animation'}
|
title={'Controlling Animation'}
|
||||||
description={'Animation direction according to layout'}>
|
description={'Animation direction according to layout'}>
|
||||||
{/* $FlowFixMe - Typing ReactNativeComponent revealed errors */}
|
<View style={styles.view}>
|
||||||
<View Style={styles.view}>
|
|
||||||
<AnimationBlock
|
<AnimationBlock
|
||||||
onPress={this._linearTap}
|
onPress={this._linearTap}
|
||||||
imgStyle={{
|
imgStyle={{
|
||||||
|
|
Loading…
Reference in New Issue