mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
56e9aa369f
Summary: Noticed that we emit a large amount of (admittedly cheap) mountitems as part of node creation for values that are all zero (e.g. padding, overflowinset), which we can assume to be already initialised with these values on the native side. There's a further opportunity to do this for State as well, as ReactImageComponentState exports just empty maps to Java. Changelog: [Internal] Reviewed By: genkikondo Differential Revision: D36345402 fbshipit-source-id: 8d776ca124bdb9e1cd4de57a04e2785a9a0f918c
Building React Native for Android
See the docs on the wiki.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.