Skip to content

Commit

Permalink
Fix Error while updating property 'transform'
Browse files Browse the repository at this point in the history
Relative react-native issue: facebook/react-native#3282
  • Loading branch information
magrinj committed May 22, 2017
1 parent 9873ebc commit 198bb8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,8 @@ class SwipeableView extends Component {
return (
<View
ref={ (ref) => (this._swipeoutRef = ref) }
{...this._panResponder.panHandlers}>
{...this._panResponder.panHandlers}
collapsable={false}>
{btnsArray}
{swipeableView}
</View>
Expand Down

0 comments on commit 198bb8e

Please sign in to comment.