mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-08 22:42:40 +08:00
Summary: Added remapping of style textAlign property to textAlignment (which is the name of the same property on text input components) Closes https://github.com/facebook/react-native/pull/772 Github Author: Daryl Rowland <daryl@cloudyclear.com> Test Plan: Not sure. I tried cleaned and rebuilt and my TextInput works, though! Do we need to set up any unit tests or examples for this?