Skip to content

Commit

Permalink
fix: pressOpacity for ios Touchable
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelknoch authored and satya164 committed May 9, 2021
1 parent ae48478 commit 9fb4202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stack/src/views/TouchableItem.ios.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const useNativeDriver = Platform.OS !== 'web';

export default class TouchableItem extends React.Component<Props> {
static defaultProps = {
activeOpacity: 0.3,
pressOpacity: 0.3,
borderless: true,
enabled: true,
};
Expand Down

0 comments on commit 9fb4202

Please sign in to comment.