Skip to content

Commit 206ef54

Browse files
yungstersfacebook-github-bot
authored andcommitted
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
1 parent 6042592 commit 206ef54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

RNTester/js/RTLExample.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,7 @@ class RTLExample extends React.Component<any, State> {
484484
<RNTesterBlock
485485
title={'Controlling Animation'}
486486
description={'Animation direction according to layout'}>
487-
{/* $FlowFixMe - Typing ReactNativeComponent revealed errors */}
488-
<View Style={styles.view}>
487+
<View style={styles.view}>
489488
<AnimationBlock
490489
onPress={this._linearTap}
491490
imgStyle={{

0 commit comments

Comments
 (0)