Files
react-native/ReactAndroid
Joshua GrossandFacebook GitHub Bot 0cef464fd2 StopSurface optimizations
Summary:
(1) As soon as we know we can StopSurface, stop executing all mountitems by clearing out the root tag.
(2) If a surface has been stopped and there's a batch of MountItems to execute against it, execute only the "delete" operations to clear views from memory.

Both of these should reduce memory usage and improve speed slightly around navigation pops.

Changelog: [Internal]

Reviewed By: mdvacca

Differential Revision: D22321389

fbshipit-source-id: 96a8292a8442528f1bba50d35208885cc4168170
2020-06-30 22:06:15 -07:00
..
2020-06-30 22:06:15 -07:00
2019-10-16 10:06:33 -07:00

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.