Antti Manninen
Results
2
issues of
Antti Manninen
Remove slideback timer when the component is unmounted before the timeout has been triggered otherwise timeout is triggered when component is already unmounted. https://github.com/sreejithr/react-native-slide-button/issues/10
I'm using slider in a modal that will be removed when onSlideSuccess is executed. Problem is that timeout with setState is triggered 1 second after that. In my case component...