diff --git a/Libraries/Renderer/REVISION b/Libraries/Renderer/REVISION index 7dc1929d242bd6..c7e70edea9dfb1 100644 --- a/Libraries/Renderer/REVISION +++ b/Libraries/Renderer/REVISION @@ -1 +1 @@ -17806594cc28284fe195f918e8d77de3516848ec \ No newline at end of file +1159ff6193d500046d7bb86c234e167ea4b0becb \ No newline at end of file diff --git a/Libraries/Renderer/shims/ReactNativeTypes.js b/Libraries/Renderer/shims/ReactNativeTypes.js index 36c455b0f43e7e..002e0edc6116ee 100644 --- a/Libraries/Renderer/shims/ReactNativeTypes.js +++ b/Libraries/Renderer/shims/ReactNativeTypes.js @@ -6,7 +6,7 @@ * * @noformat * @flow strict - * @generated SignedSource<> + * @generated SignedSource<> * * This file was sync'd from the facebook/react repository. */ @@ -76,6 +76,7 @@ export type ViewConfig = $ReadOnly<{ phasedRegistrationNames: $ReadOnly<{ captured: string, bubbled: string, + skipBubbling?: ?boolean, }>, }>, ..., diff --git a/Libraries/Renderer/shims/ReactNativeViewConfigRegistry.js b/Libraries/Renderer/shims/ReactNativeViewConfigRegistry.js index 66f8ee0df00351..981117e21b3f26 100644 --- a/Libraries/Renderer/shims/ReactNativeViewConfigRegistry.js +++ b/Libraries/Renderer/shims/ReactNativeViewConfigRegistry.js @@ -6,7 +6,7 @@ * * @noformat * @flow strict-local - * @generated SignedSource<> + * @generated SignedSource<> * * This file was sync'd from the facebook/react repository. */ @@ -22,6 +22,7 @@ const customBubblingEventTypes: { phasedRegistrationNames: $ReadOnly<{| captured: string, bubbled: string, + skipBubbling?: ?boolean, |}>, |}>, ...,