From 524a3f0476f9e0185bbbdc470cfd2aa34420bae6 Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Wed, 21 Aug 2024 23:19:56 -0700 Subject: [PATCH] Try fixing bundling outside the repo (#46148) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/46148 Try fixing the import path (not sure if access from external modules is allowed though). Changelog: [Internal] Reviewed By: realsoelynn Differential Revision: D61643115 fbshipit-source-id: a840ee375430b0e20050a36b695a5a4c93c29258 --- packages/virtualized-lists/Lists/VirtualizedListCellRenderer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/virtualized-lists/Lists/VirtualizedListCellRenderer.js b/packages/virtualized-lists/Lists/VirtualizedListCellRenderer.js index cc05755b13e603..7b81c7a97da120 100644 --- a/packages/virtualized-lists/Lists/VirtualizedListCellRenderer.js +++ b/packages/virtualized-lists/Lists/VirtualizedListCellRenderer.js @@ -8,7 +8,7 @@ * @format */ -import * as ReactNativeFeatureFlags from '../../react-native/src/private/featureflags/ReactNativeFeatureFlags'; +import * as ReactNativeFeatureFlags from 'react-native/src/private/featureflags/ReactNativeFeatureFlags'; import type {CellRendererProps, RenderItemType} from './VirtualizedListProps'; import type {ViewStyleProp} from 'react-native/Libraries/StyleSheet/StyleSheet'; import type {