Skip to content

Commit

Permalink
Fix TouchableOpacity visuals (#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-gonet authored Aug 16, 2021
1 parent a5e9dc2 commit 0a3a476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/touchables/TouchableOpacity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default class TouchableOpacity extends Component<
toValue: value,
duration: duration,
easing: Easing.inOut(Easing.quad),
useNativeDriver: true,
useNativeDriver: false,
}).start();
};

Expand Down

0 comments on commit 0a3a476

Please sign in to comment.