mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-09 22:43:10 +08:00
Summary: Due to the RTL implementation, the ViewProps spacing array has START and END, whereas Nodes should deal with RIGHT and LEFT directly (just like non-Nodes does). This is the same implementation in use by non-Nodes. Reviewed By: astreet Differential Revision: D3809028