Skip to content

Commit bb13f99

Browse files
committed
Merge branch '@mbert/docs-state-manager' of github.com:software-mansion/react-native-gesture-handler into @mbert/docs-state-manager
2 parents 268a9b1 + 481e165 commit bb13f99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import BaseContinuousGestureCallbacks from './\_shared/base-continuous-gesture-c
3333
import SharedValueInfo from './\_shared/shared-value-info.md';
3434

3535
A continuous gesture that recognizes pinch gesture. It allows for tracking the distance between two fingers and use that information to scale or zoom your content.
36-
The gesture activates when fingers are placed on the screen and change their position.
36+
The gesture activates when fingers are placed on the screen and move away from each other or pull closer together.
3737
Gesture callback can be used for continuous tracking of the pinch gesture. It provides information about velocity, anchor (focal) point of gesture and scale.
3838

3939
The distance between the fingers is reported as a scale factor. At the beginning of the gesture, the scale factor is 1.0. As the distance between the two fingers increases, the scale factor increases proportionally.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import SharedValueInfo from './\_shared/shared-value-info.md';
3434

3535
A continuous gesture that can recognize a rotation gesture and track its movement.
3636

37-
The gesture activates when fingers are placed on the screen and change position in a proper way.
37+
The gesture activates when fingers are placed on the screen and rotate around a common point.
3838

3939
Gesture callback can be used for continuous tracking of the rotation gesture. It provides information about the gesture such as the amount rotated, the focal point of the rotation (anchor), and its instantaneous velocity.
4040

0 commit comments

Comments
 (0)