fix: pressOpacity for ios Touchable

This commit is contained in:
Michael Knoch
2021-04-13 11:31:04 +02:00
committed by Satyajit Sahoo
parent ae484782a6
commit 9fb4202597

View File

@@ -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,
};