We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c196c2 commit 1089c3eCopy full SHA for 1089c3e
website/docs/MigrationV11.md
@@ -41,7 +41,7 @@ should become
41
findByText(/Text/, {}, { timeout: 1000 })
42
```
43
44
-## Triggering non-touch events on targes with `pointerEvents="box-none"` prop
+## Triggering non-touch events on targets with `pointerEvents="box-none"` prop
45
46
Up to version 10, RNTL disables all events for a target with `pointerEvents="box-none"`. This behavior is counter to how React Native itself functions.
47
0 commit comments