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",

In both IOS and Android this warning is occurred.