Skip to content

Commit 403a750

Browse files
committed
use badges
1 parent 7795b1a commit 403a750

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/docs-gesture-handler/docs/gestures/_shared/base-gesture-config.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ activeCursor: ActiveCursor | SharedValue<ActiveCursor>;
147147

148148
This parameter allows specifying which cursor should be used when the gesture activates. Supports all [CSS cursor values](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/cursor#keyword) (e.g. `"grab"`, `"zoom-in"`). Default value is set to `"auto"`.
149149

150-
<HeaderWithBadges platforms={['ios', 'android']}>
150+
<Badges platforms={['ios', 'android']}>
151151
### cancelsJSResponder
152-
</HeaderWithBadges>
152+
</Badges>
153153

154154
```ts
155155
cancelsJSResponder?: boolean;

0 commit comments

Comments
 (0)