Skip to content

Commit

Permalink
Try fixing bundling outside the repo (facebook#46148)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#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
  • Loading branch information
NickGerleman authored and facebook-github-bot committed Aug 22, 2024
1 parent 81a41ec commit 524a3f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 524a3f0

Please sign in to comment.