mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Followup to D26858584 (https://github.com/facebook/react-native/commit/00959ffd6b9aebf52ca51ce7a747a375b5a8cdd1). We should also immediately destroy C++ state memory (which will decrement a shared_ptr) when deleting a view. This could improve memory while a surface is being used. Changelog: [Internal] Reviewed By: fkgozali Differential Revision: D26876537 fbshipit-source-id: fc8353bed47db8fdbf5c7f6c6253ac788c460d9a
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.