diff --git a/snackager/src/bundler/externals.ts b/snackager/src/bundler/externals.ts index 31643dc4..500c1ac3 100644 --- a/snackager/src/bundler/externals.ts +++ b/snackager/src/bundler/externals.ts @@ -33,6 +33,7 @@ const CORE_EXTERNALS = [ 'react-native/Libraries/Utilities/PolyfillFunctions', // Used by @sentry/react-native@3.4.2 'react-native-web/dist/modules/UnimplementedView', // Used by react-native-maps 'react-native/Libraries/Utilities/codegenNativeCommands', // Used by react-native-webview@11.23.0 + 'react-native/Libraries/NativeComponent/NativeComponentRegistry', // Used by `@shopify/react-native-skia@0.1.238` 'metro', // Used by expo-router // TODO: decide whether to treat prop-types as an external or not // previously it was always installed as a dependency and not treated as an external.