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 b208056 commit 07d001fCopy full SHA for 07d001f
1 file changed
packages/react-native/Libraries/Components/Pressable/Pressable.js
@@ -343,7 +343,7 @@ function Pressable({
343
// Must be false when disabled so touches reach native ancestors. Cannot
344
// guard this on the native side via _isJSResponder — it's set async and
345
// races with touchesBegan on fast taps.
346
- // $FlowFixMe[prop-missing] internal prop, intentionally absent from public ViewProps
+ // $FlowFixMe[incompatible-type] internal prop, intentionally absent from public ViewProps
347
blockNativeResponder={disabled !== true && blockNativeResponder}>
348
{typeof children === 'function' ? children({pressed}) : children}
349
{__DEV__ ? <PressabilityDebugView color="red" hitSlop={hitSlop} /> : null}
0 commit comments