Skip to content

RefreshControl showing issue on RN 0.27 #7976

@Bhullnatik

Description

@Bhullnatik

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:

simulator screen shot jun 7 2016 3 11 18 pm

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} />

cc @janicduplessis

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions