Skip to content

Commit 2df4f82

Browse files
m-bertj-piasecki
andauthored
Update packages/docs-gesture-handler/docs/fundamentals/reanimated-interactions.mdx
Co-authored-by: Jakub Piasecki <jakub.piasecki@swmansion.com>
1 parent d39af79 commit 2df4f82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/docs-gesture-handler/docs/fundamentals/reanimated-interactions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Gestures created with the hook API have `Reanimated` integration enabled by defa
123123

124124
### disableReanimated
125125

126-
When `disableReanimated` is set to `true` in the gesture configuration, `Reanimated` will be completely turned off for that gesture throughout its entire lifecycle. This setting eliminates all interaction points with `Reanimated`, thereby reducing any potential overhead. Default value for this property is `false`.
126+
When `disableReanimated` is set to `true` in the gesture configuration, `Reanimated` integration will be completely turned off for that gesture throughout its entire lifecycle. This setting eliminates all interaction points with `Reanimated`, thereby reducing any potential overhead. Default value for this property is `false`.
127127

128128
This property cannot be changed dynamically during the gesture's lifecycle.
129129

0 commit comments

Comments
 (0)