-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
percentage issue #25
Comments
My changes might help you /** React Native Percentage Circle import React, { Component } from 'react'; const styles = StyleSheet.create({ }, loader: { }, innerCircle: { class PercentageCircle extends Component { constructor(props) {
} componentWillReceiveProps(nextProps) { render() {
} // set some attributes default value module.exports = PercentageCircle; |
I'm using your package, and i noticed a bug, while simulating a count down from 100 - 0.
From 100 to 50 it alright, but when it reached 49 it resets back (looks like how 1 percent looks)
This image i've added is at 48 percent
The text was updated successfully, but these errors were encountered: