mirror of
https://github.com/status-im/react-native.git
synced 2025-01-11 18:14:14 +00:00
b74667e570
Summary: From task: In some cases, however, drawPath is the more correct thing to do, and this ticket is one such example - if we draw the left border and top border with different colors, Nodes draws rectangularly, whereas non-Nodes makes the edges triangular. To solve the issue in Nodes, we use drawPath instead of drawRect only when necessary (borders intersect with different colors). Reviewed By: ahmedre Differential Revision: D4048685
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.