react-native/Libraries/Core/Timers
Andy Street 3637bce479 Warn when timers longer than 1 min are set pending AlarmManager support
Summary:
These are bad since the app might not be foregrounded anymore and it also keeps the timing module awake. We could fix the latter but the former would require someone adding AlarmManager support.

Open to better/more helpful ideas for the warning message but there's not a ton we can tell them to do right now.

Reviewed By: achen1

Differential Revision: D4716273

fbshipit-source-id: c5d3a3ce8af53253b240477f2bde38094a138a02
2017-03-16 15:19:02 -07:00
..
JSTimers.js Warn when timers longer than 1 min are set pending AlarmManager support 2017-03-16 15:19:02 -07:00
JSTimersExecution.js Deal with 0.38 'FlowFixMe's 2017-01-31 13:13:32 -08:00