Files
react-native/ReactAndroid
Dave Miller dfce55a034 Fix Modal on Android
Summary: When I first did Modal on Android, I incorrectly set the styleWidth and styleHeight on the ModalHostShadowNode.  This corresponded to RCTModalHostView in Modal.js.  This node is actually really just a dummy node in the tree.  The proper node to set the width and height on is the inner <View/> that has top and left position set on it.  This updates the code to set the width and height on that inner node.

Reviewed By: mkonicek

Differential Revision: D3077415

fb-gh-sync-id: e9aee0a21333ed0b5bdde11f453381b0a13470c9
shipit-source-id: e9aee0a21333ed0b5bdde11f453381b0a13470c9
2016-03-21 14:35:27 -07:00
..
2016-01-22 16:20:13 +00:00
2016-03-21 14:35:27 -07:00
2016-03-18 10:34:26 -07:00
2016-03-10 06:02:21 -08:00
2015-12-31 12:26:10 +04:00

Building React Native for Android

See docs on the website.