Placeholder PR for potentially changing the positioning of views to use top/left instead of translateX/translateY. Primary blocker for doing so is Chrome's lack of support for subpixel layout.
Also TODO:
[ ] LayoutAnimation needs to be updated to not need to account for an existing transform
Placeholder PR for potentially changing the positioning of views to use
top
/left
instead oftranslateX
/translateY
. Primary blocker for doing so is Chrome's lack of support for subpixel layout.Also TODO: