Skip to content

Commit c0afea2

Browse files
committed
Add tip
1 parent 9ad871b commit c0afea2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/docs-gesture-handler/docs/gestures/use-manual-gesture.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ import Step7 from './\_manual_gesture_steps/step7.md';
2323

2424
A plain gesture that has no specific activation criteria nor event data set. Its state has to be controlled manually using a [state manager](/docs/fundamentals/state-manager). It will not fail when all the pointers are lifted from the screen.
2525

26+
:::tip
27+
If you need to modify the activation criteria of gestures other than `Manual`, check their configuration for relevant properties or use `manualActivation` to manage them directly.
28+
:::
29+
2630
## Example
2731

2832
To demonstrate how to make a manual gesture we will make a simple one that tracks all pointers on the screen.

0 commit comments

Comments
 (0)