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.
2 parents c6d37e1 + 8f36254 commit 36f5d1eCopy full SHA for 36f5d1e
src/AnimatedCircularProgress.js
@@ -52,7 +52,7 @@ export default class AnimatedCircularProgress extends React.PureComponent {
52
if (!this.props.tintColorSecondary) {
53
return this.props.tintColor
54
}
55
-
+
56
const tintAnimation = this.state.fillAnimation.interpolate({
57
inputRange: [0, 100],
58
outputRange: [this.props.tintColor, this.props.tintColorSecondary]
@@ -81,5 +81,5 @@ AnimatedCircularProgress.defaultProps = {
81
duration: 500,
82
easing: Easing.out(Easing.ease),
83
prefill: 0,
84
- useNativeDriver: true,
+ useNativeDriver: false,
85
};
0 commit comments