ckingbailey / interval-timer_mobile

React Native interval timer for getting swole
0 stars 0 forks source link

considering using React Native Timer Mixin #4

Open ckingbailey opened 6 years ago

ckingbailey commented 6 years ago

This mixin is useful if component unmounts while timer is still running.

Why would component unmount? If user navigates aways from component that is running the timer, which is, in this case, the top level component. If the user navigates away from the timer app might it unmount?