mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-19 09:01:46 +08:00
Removing unnecessary FlowFixMe
Reviewed By: yungsters Differential Revision: D7985116 fbshipit-source-id: 97a7a37b2ffe7a81669973f9dca6824a4f352a07
This commit is contained in:
committed by
Facebook Github Bot
parent
c8bcda8150
commit
ffda017850
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user