We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd3cd3 commit ecafdecCopy full SHA for ecafdec
Libraries/Components/Touchable/TouchableBounce.js
@@ -88,7 +88,7 @@ var TouchableBounce = React.createClass({
88
toValue: value,
89
velocity,
90
bounciness,
91
- useNativeDriver: true,
+ useNativeDriver: Platform.OS === 'android',
92
}).start(callback);
93
},
94
0 commit comments