mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
f002fda275872507464c0191f818765eba41d5dd
Summary: If you give a TouchableHighlight component some styling (e.g. a background color) with the `underlayStyle` prop, the style is wiped away after touching the component. This diff restores the `underlayStyle`. Closes https://github.com/facebook/react-native/pull/129 Github Author: James Ide <ide@jameside.com> Test Plan: Create a TouchableHighlight that receives `underlayStyle={{style: 'blue'}}`. It initially has a blue background. Touch it and let go. See the blue background now comes back as expected.
Languages
C++
33%
Kotlin
20%
JavaScript
18.6%
Objective-C++
11.5%
Objective-C
7.1%
Other
9.7%