Skip to content

Commit c9bd8b4

Browse files
committed
Fix yarn not using node-modules as nodeLinker strategy
1 parent 22c78a9 commit c9bd8b4

File tree

3 files changed

+508
-422
lines changed

3 files changed

+508
-422
lines changed

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: "node-modules"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "BlixtWallet",
33
"version": "0.7.0",
44
"private": true,
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].1",
66
"nodeLinker": "node-modules",
77
"scripts": {
88
"android": "react-native run-android --appIdSuffix debug",

0 commit comments

Comments
 (0)