Skip to content

Commit 1eb1449

Browse files
committed
Switch to Yarn v4 from npm
1 parent 794bebb commit 1eb1449

7 files changed

+11057
-23458
lines changed

.gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
/config.json
22

3+
# yarn
4+
.pnp.*
5+
.yarn/*
6+
!.yarn/patches
7+
!.yarn/plugins
8+
!.yarn/releases
9+
!.yarn/sdks
10+
!.yarn/versions
11+
312
# OSX
413
#
514
.DS_Store
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/package.json b/package.json
2+
index 3283ef540d8c65ca606cc843132b1763a54dc8fc..a4ccab1a79d29678e37389d16bb68179d28d3777 100644
3+
--- a/package.json
4+
+++ b/package.json
5+
@@ -3,6 +3,7 @@
6+
"description": "React Native WebView component for iOS, Android, macOS, and Windows",
7+
"main": "index.js",
8+
"main-internal": "src/index.ts",
9+
+ "react-native": "src/index.ts",
10+
"typings": "index.d.ts",
11+
"author": "Jamon Holmgren <[email protected]>",
12+
"contributors": [

.yarnrc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

0 commit comments

Comments
 (0)