-
Notifications
You must be signed in to change notification settings - Fork 425
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
Touch event #266
Comments
Are you planning to add this functionality in the future? |
I did a custom implementation using PanResponder |
can you share it with me ? |
import { const _circularProgressRef = React.createRef();
}); . <View style={styles.progressBar} {..._panResponder.panHandlers}> |
is not working for me |
Hello,
Is it possible to change the progress fill by touching and moving the circle in the renderCap?
The text was updated successfully, but these errors were encountered: