Skip to content

Commit b3a9ce6

Browse files
committed
Merge branch '@mbert/docs-remove-enabled-root-view' of github.com:software-mansion/react-native-gesture-handler into @mbert/docs-remove-enabled-root-view
2 parents f586cb3 + bb75077 commit b3a9ce6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/docs-gesture-handler/docs/guides/upgrading-to-3.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ code2={
187187

188188
## Old components
189189

190-
Components were rewritten to use new hook API. If for some reason you need to use old components, they now also use `Legacy` prefix, e.g. `RectButton` becomes `LegacyRectButton`.
190+
Components were rewritten using the new hook API internally. If, for some reason, you need to use the previous implementation, they are also exported with `Legacy` prefix, e.g., `RectButton` becomes `LegacyRectButton`.
191191

192192
<details>
193193
<summary>Full changes</summary>

0 commit comments

Comments
 (0)