Files
react-native/ReactAndroid/src/main/java/com/facebook
Andrei Coman 4941cbcf1e Fix modal size
Summary:
With our previous fix to resize the Modal on orientation change, we broke the
computation of its size. The existing computation in `ModalHostShadowNode` was
in fact correct, and we were overriding it from `onSizeChanged`. By computing the
size of the Modal in `onSizeChanged` directly (and correctly), we fix this, and
simplify code by removing the `ModalHostShadowNode`.

Reviewed By: foghina

Differential Revision: D3863054

fbshipit-source-id: aaf4a8881798df4d2ab1dab882a9d9dfdc0a9342
2016-09-19 02:58:47 -07:00
..
2016-09-14 11:28:34 -07:00
2016-01-22 16:20:13 +00:00
2016-01-22 16:20:13 +00:00
2016-01-22 16:20:13 +00:00
2016-09-19 02:58:47 -07:00
2016-01-22 16:20:13 +00:00
2016-08-04 12:43:50 -07:00