Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 committed Nov 5, 2024
1 parent f4a765b commit 81934b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions react-native/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ const config = {
unstable_allowRequireContext: true,
},
resolver: {
// Connect-ES and Protobuf-ES use package exports
// (https://nodejs.org/docs/latest-v12.x/api/packages.html#packages_exports).
//
// We need to enable support for them in Metro. See https://metrobundler.dev/docs/package-exports/
unstable_enablePackageExports: true,
},
};
Expand Down

0 comments on commit 81934b0

Please sign in to comment.