Skip to content

Commit

Permalink
Removing unnecessary FlowFixMe
Browse files Browse the repository at this point in the history
Reviewed By: yungsters

Differential Revision: D7985116

fbshipit-source-id: 97a7a37b2ffe7a81669973f9dca6824a4f352a07
  • Loading branch information
TheSavior authored and facebook-github-bot committed May 14, 2018
1 parent c8bcda8 commit ffda017
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Libraries/Components/Touchable/TouchableBounce.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,7 @@ const TouchableBounce = ((createReactClass({
onResponderMove={this.touchableHandleResponderMove}
onResponderRelease={this.touchableHandleResponderRelease}
onResponderTerminate={this.touchableHandleResponderTerminate}>
{
// $FlowFixMe(>=0.41.0)
this.props.children
}
{this.props.children}
{Touchable.renderDebugView({
color: 'orange',
hitSlop: this.props.hitSlop,
Expand Down

0 comments on commit ffda017

Please sign in to comment.