react-native-pull-to-refresh icon indicating copy to clipboard operation
react-native-pull-to-refresh copied to clipboard

Props colors not working

Open horaciomoreno10 opened this issue 6 years ago • 1 comments

I try to change the color or ActivityIndicator with the property colors, and seems that not working my code:

 <PTRView onRefresh={this.refresh.bind(this)} colors={'#f43e69'}>
 <View style={{ height:'auto', width:'100%'}}>
                    {this.props.children}
                </View>
  </PTRView>

horaciomoreno10 avatar Mar 26 '18 16:03 horaciomoreno10

yes i am facing the same problem.

cfmitrah avatar Oct 03 '19 11:10 cfmitrah