Skip to content

Commit

Permalink
Remove module resolution for base-64 pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanabrooks committed Oct 10, 2023
1 parent 0f3aac9 commit 6d7fcf9
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 64 deletions.
4 changes: 2 additions & 2 deletions examples/react-native/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- "AmplifyRTNCore (1.0.1-console-preview.d807e55.0+d807e55)":
- "AmplifyRTNCore (1.0.1-console-preview.5f040a2.0+5f040a2)":
- React-Core
- boost (1.76.0)
- DoubleConversion (1.1.6)
Expand Down Expand Up @@ -449,7 +449,7 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
AmplifyRTNCore: cfe1940d018b45ccc1297c4a7f82066d8ca21a67
AmplifyRTNCore: c76fd5c116a034d09b1083d15ae99275f242802c
boost: a7c83b31436843459a1961bfd74b96033dc77234
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
FBLazyVector: 74b042924fe14da854ac4e87cefc417f583b22b1
Expand Down
1 change: 0 additions & 1 deletion examples/react-native/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ config.resolver.extraNodeModules = {
__dirname,
'node_modules/@aws-amplify/react-native'
),
'base-64': path.resolve(__dirname, 'node_modules/base-64'),

// core React and React Native dependencies
react: path.resolve(__dirname, 'node_modules/react'),
Expand Down
122 changes: 61 additions & 61 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6d7fcf9

Please sign in to comment.