react-native-background-timer
react-native-background-timer copied to clipboard
Accuracy level ±10%
I am setting a timer to execute a task every 300 ms. (metronome functionality). But accuracy level does not make me happy. :) ±10% is a noticeable deviation.
Couple of questions:
- Is that normal? I am afraid that it is due to nature of React Native and nothing can be done here.
- Can I improve accuracy somehow? I am ready for pull requests and forking. And would appreciate any hints.