-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
I have an issue with RefreshControl
with React Native 0.27.x on iOS. The RefreshControl
is creeping up on the top right side of my view until I use it the first time:
The weird thing is that if I don't pass the tintColor
prop, it works great.
Here is my RefreshControl
:
<RefreshControl
refreshing={isRefreshing}
onRefresh={this.handleRefresh.bind(this)}
tintColor={Colors.RED1}
colors={[Colors.BLUE1, Colors.RED1, Colors.ORANGE1]}
progressBackgroundColor={Colors.WHITE1} />
dozoisch, ustasb, agat, samuelkraft, mdluo and 15 more
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.