You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is maximumTrackTint with minimumTrackTint which works perfect. But there is no cacheTint which will show us loaded cache of video or audio. Please add it. You can see how it should look on gif in https://github.com/alantoa/react-native-awesome-slider/tree/main
Possible Implementations
showCache boolean to show it. It should be in space between thumbTint and the end of slider. Should have cacheValue, should be in range between minimumValueand maximumValueslider value, if it is hard then another way between value and maximumValue. Should have cacheTintColor to see it different than maximumTrackTint Color.
Related Issues
The text was updated successfully, but these errors were encountered:
Hello @KKKaisar!
I believe this is a duplicate of #602, so let me close this one.
If you would like to speed things up you can check out the PR already made for Android platform or deep dive into how to achieve this on iOS. Any support is most welcome!
Thank you for your patience.
Describe the Feature
There is maximumTrackTint with minimumTrackTint which works perfect. But there is no cacheTint which will show us loaded cache of video or audio. Please add it. You can see how it should look on gif in https://github.com/alantoa/react-native-awesome-slider/tree/main
Possible Implementations
showCache boolean to show it. It should be in space between thumbTint and the end of slider. Should have cacheValue, should be in range between minimumValueand maximumValueslider value, if it is hard then another way between value and maximumValue. Should have cacheTintColor to see it different than maximumTrackTint Color.
Related Issues
The text was updated successfully, but these errors were encountered: