From ff5e6f99f69512fbf0c2d8c31291bf3062b78ecd Mon Sep 17 00:00:00 2001 From: kirillzyusko Date: Mon, 10 Aug 2026 11:38:40 +0300 Subject: [PATCH] fix: codegen import to ensure better compatibility with older RN versions --- src/specs/ClippingScrollViewDecoratorViewNativeComponent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/specs/ClippingScrollViewDecoratorViewNativeComponent.ts b/src/specs/ClippingScrollViewDecoratorViewNativeComponent.ts index ea239e29ea..2685024568 100644 --- a/src/specs/ClippingScrollViewDecoratorViewNativeComponent.ts +++ b/src/specs/ClippingScrollViewDecoratorViewNativeComponent.ts @@ -1,4 +1,4 @@ -import { codegenNativeComponent } from "react-native"; +import codegenNativeComponent from "react-native/Libraries/Utilities/codegenNativeComponent"; import type { HostComponent } from "react-native"; import type { ViewProps } from "react-native";