mirror of
https://github.com/status-im/react-native.git
synced 2025-01-26 01:10:34 +00:00
0d042c2ef4
Summary: This diff pulls in my changes to css-layout algorithm. (The change: https://github.com/facebook/css-layout/pull/154) This is a breaking change, since it adds a new `height` parameter to all measure functions. So I've fixed all existing implementations just by adding a new unused parameter `height` - it's up to owners of these functions whether they want to use it or not. Reviewed By: foghina Differential Revision: D2757965
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.