Skip to content

Commit b075f97

Browse files
author
Luna
authoredMar 16, 2022
Fix dispatch config type for skipBubbling (#24109)
1 parent 8fce116 commit b075f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/react-native-renderer/src/ReactNativeTypes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export type ViewConfig = $ReadOnly<{
7373
phasedRegistrationNames: $ReadOnly<{
7474
captured: string,
7575
bubbled: string,
76-
skipBubble?: ?boolean,
76+
skipBubbling?: ?boolean,
7777
}>,
7878
}>,
7979
...,

0 commit comments

Comments
 (0)
Please sign in to comment.