Skip to content

setState is called on unmounted component #2

Description

@amed

react-native-counter used for creating a counter in home page that start from 0 and counts the levels that the user reached.

<Counter
  end={this.props.level}
  start={0}
  time={2000}
  easing='linear' />

versions:

"react": "~15.4.0-rc.4",
"react-native": "0.40.0",
"react-native-counter": "^0.1.1",

screen shot 2017-03-30 at 11 55 09
In both IOS and Android this warning is occurred.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions