Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 19c4ace

Browse files
committed
release tested with yarn v4
1 parent ea665d9 commit 19c4ace

File tree

7 files changed

+4685
-5237
lines changed

7 files changed

+4685
-5237
lines changed

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Lines changed: 0 additions & 541 deletions
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Lines changed: 0 additions & 28 deletions
This file was deleted.

.yarn/releases/yarn-3.6.1.cjs

Lines changed: 0 additions & 874 deletions
This file was deleted.

.yarn/releases/yarn-4.0.2.cjs

Lines changed: 893 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
nodeLinker: node-modules
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
4+
25
nmHoistingLimits: workspaces
36

4-
plugins:
5-
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
6-
spec: "@yarnpkg/plugin-interactive-tools"
7-
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
8-
spec: "@yarnpkg/plugin-workspace-tools"
7+
nodeLinker: node-modules
98

10-
yarnPath: .yarn/releases/yarn-3.6.1.cjs
9+
yarnPath: .yarn/releases/yarn-4.0.2.cjs

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@
3434
"typecheck": "tsc --noEmit",
3535
"lint": "eslint \"**/*.{js,ts,tsx}\"",
3636
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
37-
"prepare": "bob build",
37+
"postinstall": "yarn run react-native-patch",
3838
"release": "release-it",
3939
"patch": "node src/patch.js",
40-
"patch-dev": "node src/patch-dev.js",
41-
"postinstall": "yarn run patch-dev"
40+
"patch-dev": "node src/patch-dev.js"
4241
},
4342
"keywords": [
4443
"react-native",
@@ -90,7 +89,6 @@
9089
"workspaces": [
9190
"example"
9291
],
93-
"packageManager": "[email protected]",
9492
"engines": {
9593
"node": ">= 18.0.0"
9694
},
@@ -171,5 +169,6 @@
171169
"name": "RNTextViewSpec",
172170
"type": "components",
173171
"jsSrcsDir": "src"
174-
}
172+
},
173+
"packageManager": "[email protected]"
175174
}

0 commit comments

Comments
 (0)