Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch rn-slide-button@1.0.2 for the project I'm working on.
On some screens, there is an error ```
Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in %s.%s, a useEffect cleanup function,
in SlideButton
at node_modules/rn-slide-button/src/components/SlideButton.tsx:192:19 in handleComplete
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
rn-slide-button@1.0.2
for the project I'm working on.On some screens, there is an error ``` Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in %s.%s, a useEffect cleanup function, in SlideButton at node_modules/rn-slide-button/src/components/SlideButton.tsx:192:19 in handleComplete
This issue body was partially generated by patch-package.