(instance: TestInstance)
| 19 | import type { Point, StringWithAutocomplete } from './types'; |
| 20 | |
| 21 | function isTouchResponder(instance: TestInstance) { |
| 22 | return Boolean(instance.props.onStartShouldSetResponder) || isHostTextInput(instance); |
| 23 | } |
| 24 | |
| 25 | /** |
| 26 | * List of events affected by `pointerEvents` prop. |
no test coverage detected
searching dependent graphs…