Skip to content

Commit 18e4350

Browse files
m-bertj-piasecki
andauthored
Update packages/docs-gesture-handler/docs/gestures/use-native-gesture.mdx
Co-authored-by: Jakub Piasecki <jakub.piasecki@swmansion.com>
1 parent f927bf5 commit 18e4350

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)