mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
afd836957f
Summary: Text paddings in Fabric are managed by LayoutMetrics, the current implementation of Fabric is incorrectly using padding data from Text Props to set the padding in the view. This diff refactors the update of Text in Fabric in order to avoid using padding prop data Changelog: [Internal] Reviewed By: JoshuaGross Differential Revision: D18211638 fbshipit-source-id: de05e7daa6185d854ce1b6580a1e44ae55d3176e
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.