Skip to content

Commit 264a843

Browse files
committed
Merge branch '@mbert/docs-review' of github.com:software-mansion/react-native-gesture-handler into @mbert/docs-review
2 parents 8232dc8 + 18e4350 commit 264a843

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A gesture that allows other touch handling components to work within RNGH's gest
1616
When used, the native component should be the direct child of a [`GestureDetector`](/docs/fundamentals/gesture-detectors#gesture-detector).
1717

1818
:::danger
19-
Do not use `Native` gesture with components exported by React Native Gesture Handler, as they already have it preapplied. Attaching `Native` gesture twice will likely result in the components not working as intended.
19+
Do not use `Native` gesture with components exported by React Native Gesture Handler, as they already have it pre-applied. Attaching `Native` gesture twice will result in undefined behavior.
2020
:::
2121

2222
## Example

0 commit comments

Comments
 (0)