Skip to content

Commit 67faf23

Browse files
committed
Merge branch '@mbert/docs-detector' into @mbert/docs-state-manager
2 parents f64e319 + 2df4f82 commit 67faf23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ export default function App() {
119119

120120
## Disabling Reanimated
121121

122-
Gestures created with the hook API have `Reanimated` enabled by default, meaning all callbacks are executed on the UI thread. There are two methods available to disable this behavior for a specific gesture.
122+
Gestures created with the hook API have `Reanimated` integration enabled by default, meaning all callbacks are executed on the UI thread. There are two methods available to disable this behavior for a specific gesture.
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)