Skip to content

Commit 3ad3ca2

Browse files
committed
Update legacy borderless button
1 parent 46b7cfa commit 3ad3ca2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/react-native-gesture-handler/src/components/GestureButtons.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ class InnerBorderlessButton extends React.Component<BorderlessButtonWithRefProps
228228
static defaultProps = {
229229
activeOpacity: 0.3,
230230
borderless: true,
231+
foreground: true,
231232
};
232233

233234
private opacity: Animated.Value;

0 commit comments

Comments
 (0)