react-native/React
Tadeu Zagallo c2fb21b322 [ReactNative] Properly pause frame update observers when idle
Summary:
@public

`RCTDispatchEvent` and `RCTTiming` weren't being paused when there wasn't any
work left to be done.

Test Plan:
Run the timers example - check everything still works as expected
Test the ListView paging example - check scroll events are still fired as expected
Launch UIExplorer, let it idle, and put a break point on `-[RCTBridge dispatchBlock:moduleID:]`,
it should never fire.
2015-06-07 08:45:18 -08:00
..
Base [ReactNative] Properly pause frame update observers when idle 2015-06-07 08:45:18 -08:00
Executors [ReactNative] Optimize console.profile and add markers on JS entry points 2015-06-02 06:22:49 -08:00
Layout Fixed layout bug 2015-05-13 13:24:36 -07:00
Modules [ReactNative] Properly pause frame update observers when idle 2015-06-07 08:45:18 -08:00
React.xcodeproj Added ProgressViewIOS 2015-06-03 09:49:35 -08:00
Views Removed deprecated RCT_EXPORT + code paths 2015-06-05 09:58:25 -08:00