mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
00266693b3
Summary: easy diff to avoid the constant copy of a vector when calling the method Binding.createRemoveAndDeleteMultiMountItem. Since we are not modifing the vector inside the method createRemoveAndDeleteMultiMountItem it's not necessary to copy it. Changelog: Improve performance in mounting of Fabric views Reviewed By: JoshuaGross Differential Revision: D18250376 fbshipit-source-id: c984214a8148bab521cec51d42ba54a4b73e3e67
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.