mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
c974b5e966
Summary: SizeMonitoringFrameLayout was used to set layout contraints on the root shadow node when the native view's size changes. Since then, we introduced ways for the root node to use proper layout contraints using the root view's measure specs, which provides more accurate constraints for the root node, so SizeMonitoringFrameLayout is no longer needed. This ends up making a lot of UIManagerModule's method signatures cleaner Reviewed By: mdvacca Differential Revision: D9565720 fbshipit-source-id: c569cd15991a09987cc01e89612dc9193ad99b45
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.