mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-15 12:12:31 +08:00
Summary: Setting the color for a TextInput with nodes was broken. The text color was not being applied due to an optimization that prevented setting spans if begin and end were the same (which is the case for an empty TextInput). This patch depends on D2962643. Differential Revision: D2962394