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.43k stars 312 forks source link

Warning componentWillReceiveProps is being deprecated #78

Closed MakhouT closed 4 years ago

MakhouT commented 4 years ago

As the title says, we are getting warnings that componentWillReceiveProps is deprecated and will be removed in the next major version. Please update to get this warning removed.

I am on versions react-native: 0.60.5 react: 16.8.6

Relax594 commented 4 years ago

+1 with react-native: 0.61.1

kpfefer commented 4 years ago

83 This is my personal attempt to fix it, not much testing done but I hope it helps

24ark commented 4 years ago

Version 1.0.3 fixes this issue