Skip to content

Commit

Permalink
Fixed big swipe delay issue nathvarun#2
Browse files Browse the repository at this point in the history
  • Loading branch information
winocencio committed Mar 6, 2019
1 parent 10bde19 commit 65705b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export default class App extends React.Component {
else {
return (
<Animated.View

{...this.PanResponder.panHandlers}
key={item.id} style={[{
opacity: this.nextCardOpacity,
transform: [{ scale: this.nextCardScale }],
Expand Down

0 comments on commit 65705b0

Please sign in to comment.