Removing unnecessary FlowFixMe

Reviewed By: yungsters

Differential Revision: D7985116

fbshipit-source-id: 97a7a37b2ffe7a81669973f9dca6824a4f352a07
This commit is contained in:
Eli White 2018-05-14 00:09:00 -07:00 committed by Facebook Github Bot
parent c8bcda8150
commit ffda017850
1 changed files with 1 additions and 4 deletions

View File

@ -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,