Skip to content

Commit

Permalink
Fix yarn not using node-modules as nodeLinker strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg committed Mar 13, 2024
1 parent 22c78a9 commit c9bd8b4
Show file tree
Hide file tree
Showing 3 changed files with 508 additions and 422 deletions.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: "node-modules"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "BlixtWallet",
"version": "0.7.0",
"private": true,
"packageManager": "yarn@4.1.0",
"packageManager": "yarn@4.1.1",
"nodeLinker": "node-modules",
"scripts": {
"android": "react-native run-android --appIdSuffix debug",
Expand Down

0 comments on commit c9bd8b4

Please sign in to comment.