Skip to content

Commit

Permalink
fix(snackager): add react-native external for `@shopify/react-native-…
Browse files Browse the repository at this point in the history
…skia`
  • Loading branch information
byCedric committed Feb 12, 2024
1 parent 56cbdfe commit 699026b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snackager/src/bundler/externals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const CORE_EXTERNALS = [
'react-native/Libraries/Utilities/PolyfillFunctions', // Used by @sentry/[email protected]
'react-native-web/dist/modules/UnimplementedView', // Used by react-native-maps
'react-native/Libraries/Utilities/codegenNativeCommands', // Used by [email protected]
'react-native/Libraries/NativeComponent/NativeComponentRegistry', // Used by `@shopify/[email protected]`
'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.
Expand Down

0 comments on commit 699026b

Please sign in to comment.