You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am sorry that I have to remove the issue template. I wanted to first clarify with the react-native team if they consider below as a bug in which case I will be willing to submit a PR.
I realized that in the Vibration.js file (link below), there are a couple of calls to setTimeout without corresponding calls to clearTimeout to clean the handlers.
I am not sure if this is a bug or not. I found it while I was going through all the calls made to setTimeout in my project to make sure that the handlers are cleared.
If it is a bug, I would be happy to submit a PR.
The text was updated successfully, but these errors were encountered:
It looks like your description is missing some necessary information, or the list of reproduction steps is not complete. Can you please add all the details specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported.
I am going to close this, but feel free to open a new issue that meets the requirements set forth in the template. Thanks!
I am sorry that I have to remove the issue template. I wanted to first clarify with the react-native team if they consider below as a bug in which case I will be willing to submit a PR.
I realized that in the Vibration.js file (link below), there are a couple of calls to
setTimeout
without corresponding calls toclearTimeout
to clean the handlers.react-native/Libraries/Vibration/Vibration.js
Line 57 in 9ee815f
I am not sure if this is a bug or not. I found it while I was going through all the calls made to
setTimeout
in my project to make sure that the handlers are cleared.If it is a bug, I would be happy to submit a PR.
The text was updated successfully, but these errors were encountered: