Skip to content

Commit

Permalink
Fix dispatch config type for skipBubbling (facebook#24109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna authored and zhengjitf committed Apr 15, 2022
1 parent 09f9199 commit 60e2471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native-renderer/src/ReactNativeTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export type ViewConfig = $ReadOnly<{
phasedRegistrationNames: $ReadOnly<{
captured: string,
bubbled: string,
skipBubble?: ?boolean,
skipBubbling?: ?boolean,
}>,
}>,
...,
Expand Down

0 comments on commit 60e2471

Please sign in to comment.