Skip to content

Commit

Permalink
fix(ui): list-item activeOpacity
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh authored May 13, 2019
1 parent 885fb81 commit fe33ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/ui/list/listItem.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,9 @@ export class ListItem extends React.Component<Props> {

return (
<TouchableOpacity
activeOpacity={1.0}
{...derivedProps}
style={[container, style]}
activeOpacity={1.0}
onPress={this.onPress}
onPressIn={this.onPressIn}
onPressOut={this.onPressOut}
Expand Down

0 comments on commit fe33ffe

Please sign in to comment.