mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
b2d3052de7
Summary: Signed-off-by: yukai <yk3372@gmail.com> In some Android device such as Samsung S8, the ModalHostView's child view can't fill the screen. before:  The JS ModalHostView can't fill the bottom, the area is device's navigation bar. In class ModalHostShadowNode, follow code calculate is error: `Point modalSize = ModalHostHelper.getModalHostSize(getThemedContext());` This way not care the device's navigation bar, so the height is smaller than real. For Samsung S8, real height is 2220 and modalSize.y is 2076. Pull Request resolved: https://github.com/facebook/react-native/pull/18615 Differential Revision: D14206830 Pulled By: cpojer fbshipit-source-id: abe35ce1ab253aa1472d2c798543b515218be445
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.