Files
react-native/ReactAndroid/src/main/java/com/facebook/react/flat
Ahmed El-Helw fc10d0d3bf Fix modals freezing on close with Nodes
Summary:
Modals were doing nothing (and sometimes crashing) when they were
being closed. The reason for this was due to the fact that the parent being
removed was not necessarily the view's parent. Consequently, trying to inform
said parent that its child was removed failed, because said parent wasn't a
view, and therefore had no record in mViewsToTags.

Reviewed By: sriramramani

Differential Revision: D3928850
2016-12-19 13:40:34 -08:00
..
2016-12-19 13:40:21 -08:00
2016-12-19 13:40:28 -08:00
2016-12-19 13:40:33 -08:00