mirror of
https://github.com/status-im/react-native.git
synced 2025-01-11 01:56:26 +00:00
498fc63952
Summary: Previously, we had no information about the positioning of the view until after we had attached it. We have the position information attached to the shadow node, but this attaches it to the DrawView as well. It also removes the need for AbstractClippingDrawCommand. Reviewed By: ahmedre Differential Revision: D3609092
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.