nerdyfactory / react-native-simple-gauge

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

Gauge disappearing on locking #31

Closed Hvkvn closed 6 years ago

Hvkvn commented 6 years ago

Hello, when i lock my Android 7.1.1 then unlock it. the gauge disappears. I saw an Issue was opend but there is still no solution for this Bug.

            <AnimatedGaugeProgress
                size={size}
                width={width}
                fill={this.state.fill}
                rotation={90}
                cropDegree={cropDegree}
                tintColor="#007aff"
                backgroundColor="#ff0008"
                stroke={[2, 2]}
            </AnimatedGaugeProgress>
JonghunYu commented 6 years ago

Hi Thanks for reporting. Will take a look

Hvkvn commented 6 years ago

Any Solution ?

JonghunYu commented 6 years ago

@Hvkvn sorry for late reply. can you try with the latest version? Please reopen the issue if the bug still exists