Skip to content

Commit b6eead3

Browse files
committed
Copilot review
1 parent a997a49 commit b6eead3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

packages/docs-gesture-handler/docs/components/reanimated_swipeable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ enum MouseButton {
275275

276276
Allows users to choose which mouse button should handler respond to. Arguments can be combined using `|` operator, e.g. `mouseButton(MouseButton.LEFT | MouseButton.RIGHT)`. Default value is set to `MouseButton.LEFT`.
277277

278-
<HeaderWithBadge platforms={[ 'web']}>
278+
<HeaderWithBadge platforms={['web']}>
279279
### enableContextMenu
280280
</HeaderWithBadge>
281281

packages/docs-gesture-handler/src/components/HeaderWithBadge/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import React from 'react';
12
import { StyleSheet } from 'react-native';
23

34
interface HeaderWithBadgeProps {

0 commit comments

Comments
 (0)