Files
react-native/ReactAndroid/src/main/java/com/facebook/react
Ahmed El-Helw f602640e5c Allow for customization of the RootViewManager
Summary:
Groups encountered a pretty major crash where, in many cases,
we would find that DrawCommands and Views were out of sync. This
turns out to be due to the fact that when we drop views from the
root view, we remove each child using removeChildAt (which ultimately
causes an invalidate and redraw). If this happens for a
FlatViewGroup, this causes issues where the Views are all removed,
but there are some DrawCommands (potentially DrawViews) that aren't
removed, hence them going out of sync.

Reviewed By: astreet

Differential Revision: D3473916
2016-12-19 13:40:27 -08:00
..
2016-12-15 09:29:16 -08:00
2016-12-15 09:29:16 -08:00
2016-12-15 09:29:16 -08:00
2016-12-15 09:29:16 -08:00
2016-12-15 09:29:16 -08:00
2016-12-15 09:29:16 -08:00
2016-12-15 09:29:16 -08:00
2016-06-22 04:13:36 -07:00
2016-06-17 04:13:29 -07:00