mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: This diff changes the order of execution for the "updatePadding" mount item Padding mountItems must be executed before layout props are updated in the view. This is necessary to ensure that events (resulting from layout changes) are dispatched with the correct padding information. This fixes a 'flickering' bug in Marketplace Vehicles (see test plan) changelog:[internal] Reviewed By: JoshuaGross, sammy-SC Differential Revision: D22034850 fbshipit-source-id: 222fa9412dd01f65a1a034f53e1eb0e7b774ec1f
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.