24ark / react-native-step-indicator

A simple react-native implementation of step indicator widget compatible with the ViewPager and ListView.
Apache License 2.0
1.44k stars 312 forks source link

Migrate from React.PropTypes to `prop-types` package #25

Closed semekh closed 7 years ago

semekh commented 7 years ago

React.Proptypes is deprecated in React v15.5.0 See: https://reactjs.org/blog/2017/04/07/react-v15.5.0.html

24ark commented 7 years ago

Thanks @SeMeKh