mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Here is why: * It was with us from the very beginning but we never use it. * The main purpose of this - snap-to-pixel layout - was moved to Yoga, where it should be. * The current implementation has a bug. * It's not really correct conceptually because the value becomes incorrect when an immutable subtree is being reused as part of a new tree. * It over-complicates a new feature I am working on. Changelog: [Internal] Fabric-specific internal change. Reviewed By: sammy-SC Differential Revision: D22284645 fbshipit-source-id: c4c2df8d24e8fe924725b465e04e8154d097d226