react-native-timed-slideshow
react-native-timed-slideshow copied to clipboard
getting componentWillReceiveProps deprecation warning
Hello,
Thanks for the nice component :)
I am getting componentWillReceiveProps
deprecation warning. Is there any plan to fix it? I tried to fix it to give PR, unfortunately I am ended up with an error. Refer Stackoverflow
I have fixed it with shouldComponentUpdate
, will give PR when I have free time