react-native/React
Nick Lockwood aa62a5e4e0 Send layout events on shadow queue
Summary:
We currently wait until after views have been updated on the main thread before sending layout events. This means that any code that relies on those events to update the UI will lag the atual layout by at least one frame.

This changes the RCTUIManager to send the event immediately after layout has occured on the shadow thread. This noticably improves the respinsiveness of the layout example in UIExplorer, which now updates the dimension labels immediately instead of waiting until after the layout animation has completed.
2015-09-03 03:42:26 -08:00
..
Base Add KeyboardAvoidingView 2015-09-02 09:17:20 -08:00
Executors [ReactNative] Ensure WebViewExecutor's webview is created on the main thread 2015-09-01 05:16:43 -08:00
Layout [React Native] Fix infinite loop in css-layout 2015-08-19 16:39:35 -07:00
Modules Send layout events on shadow queue 2015-09-03 03:42:26 -08:00
React.xcodeproj Added mechanism for directly mapping JS event handlers to blocks 2015-09-02 06:11:24 -08:00
Views Added mechanism for directly mapping JS event handlers to blocks 2015-09-02 06:11:24 -08:00