nerdyfactory / react-native-simple-gauge

Gauge progress module for React Native (iOS and Android)
MIT License
99 stars 34 forks source link

Add possibility to pass an Animated.Value object to props "fill" #33

Closed psyzz closed 4 years ago

psyzz commented 6 years ago

i just made some changes in AnimatedGaugeProgress.js:

fill: PropTypes.any - line 59 and line 48:

<AnimatedProgress
        {...other}
        fill={typeof fill === "object" ? fill : this.state.chartFillAnimation}
/>

the others changes are made by prettier

JonghunYu commented 6 years ago

I am sorry but can you revert the changes from prettier? It's hard to follow actual change you made

JonghunYu commented 4 years ago

close due to inactivity