mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-20 04:21:11 +08:00
fix: pressOpacity for ios Touchable
This commit is contained in:
committed by
Satyajit Sahoo
parent
ae484782a6
commit
9fb4202597
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user