We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fce116 commit b075f97Copy full SHA for b075f97
packages/react-native-renderer/src/ReactNativeTypes.js
@@ -73,7 +73,7 @@ export type ViewConfig = $ReadOnly<{
73
phasedRegistrationNames: $ReadOnly<{
74
captured: string,
75
bubbled: string,
76
- skipBubble?: ?boolean,
+ skipBubbling?: ?boolean,
77
}>,
78
79
...,
0 commit comments