react-native/Libraries/Interaction
Spencer Ahrens 27c3e32abf FrameRateLogger JS module
Summary:
This adds a flowified JS module for the FrameRateLogger native module and plugs
it into `ScrollResponder` and `AppRegistry`.

If there is no `FrameRateLogger` native module, then the function calls will be no-ops.

One major limitation is that we can't track animated/programatic scrolls because we don't
have reliable end events. Would be generally useful to add those in a followup though.

Reviewed By: fkgozali

Differential Revision: D4765694

fbshipit-source-id: f3bec771df6ac918200c1afd1a7d8b6da540a4e2
2017-03-24 18:30:59 -07:00
..
__tests__ Replace jest.resetModuleRegistry() with jest.resetModules() 2016-12-18 17:13:38 -08:00
Batchinator.js Introduce Batchinator 2016-09-06 14:43:46 -07:00
BridgeSpyStallHandler.js Some perf tools for debugging js stalls 2017-02-06 17:46:34 -08:00
FrameRateLogger.js FrameRateLogger JS module 2017-03-24 18:30:59 -07:00
InteractionManager.js Add missing return, FIX #9886 2016-09-15 22:43:36 -07:00
InteractionMixin.js Fix license headers 2017-03-08 00:52:17 -08:00
InteractionStallDebugger.js Some perf tools for debugging js stalls 2017-02-06 17:46:34 -08:00
JSEventLoopWatchdog.js Add some stall stuff as settings to native animated example 2016-09-06 19:58:35 -07:00
PanResponder.js Add missing backtick in PanResponder.js docs 2016-12-02 15:13:34 -08:00
ReactPerfStallHandler.js Some perf tools for debugging js stalls 2017-02-06 17:46:34 -08:00
TaskQueue.js Fix bug in cancelling last task in TaskQueue 2016-07-11 16:13:49 -07:00