Skip to content

Commit 1da5d15

Browse files
committed
chore: setup monorepo with yarn workspaces
1 parent a01ba86 commit 1da5d15

File tree

4 files changed

+955
-0
lines changed

4 files changed

+955
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,8 @@ lib/
6767

6868
# Yarn
6969
.yarn/*
70+
!.yarn/patches
71+
!.yarn/plugins
72+
!.yarn/releases
73+
!.yarn/sdks
74+
!.yarn/versions

.yarn/releases/yarn-4.9.1.cjs

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

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
nodeLinker: node-modules
22
nmHoistingLimits: workspaces
3+
yarnPath: .yarn/releases/yarn-4.9.1.cjs

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "react-native-paper",
33
"version": "5.14.0",
44
"description": "Material design for React Native",
5+
"private": true,
56
"main": "lib/commonjs/index.js",
67
"module": "lib/module/index.js",
78
"react-native": "src/index.tsx",

0 commit comments

Comments
 (0)