nativescript-pulltorefresh
nativescript-pulltorefresh copied to clipboard
Indicator Color
Is there a way to change the indicator color on this? I added to the css
ActivityIndicator {
color: white;
}
but that did effect the pull to refresh indicator.
use the color attribute <PullToRefresh color="white">
Hi @lennonphosfato how can i use that ? Thanks !