mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
5136d95f2c
Summary: The view update cycle in UIManager was relying on a bunch of boolean values boxes as NSNumbers in parallel arrays. This diff packs those values into a struct, which is more efficient and easier to maintain. Reviewed By: javache Differential Revision: D3365346 fbshipit-source-id: d9cbf2865421f76772c1761b13992d40ec3675f0