dfce55a034
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 |
||
---|---|---|
.. | ||
libs | ||
src | ||
.npmignore | ||
DEFS | ||
DevExperience.md | ||
README.md | ||
build.gradle | ||
gradle.properties | ||
release.gradle |
README.md
Building React Native for Android
See docs on the website.