mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Currently the TextInput background is same as the background of the `text` value's attributes, because of the way we're parsing props and using the TextInput's props both for the background of the TextInput, and for the AttributedString/background color of the `text` prop node's attributes. If the background color has opacity, the `text` prop node will not have the correct background because it will be applied twice. Fix it. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D18760384 fbshipit-source-id: 0cdcc8dd8839dd47e8fe0f593b4696bc16a62333