mirror of
https://github.com/status-im/react-native.git
synced 2025-02-02 12:43:54 +00:00
1da7049426
Summary: @public There are some properties, such as alpha or scale that we ONLY handle on a View level. This means that whenever we encounter a FlatShadowNode with this property, it should be mapped to a View. This diff is doing exactly this. Reviewed By: ahmedre Differential Revision: D2694495
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.