Skip to content

Commit

Permalink
Migrate example proj pkg manager to yarn berry
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Dec 8, 2021
1 parent b4a5b5d commit 63e773b
Show file tree
Hide file tree
Showing 6 changed files with 10,601 additions and 6,935 deletions.
11 changes: 11 additions & 0 deletions RNMasonryExample/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,14 @@ buck-out/

# CocoaPods
/ios/Pods/

# yarn2
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

yarn-error*
768 changes: 768 additions & 0 deletions RNMasonryExample/.yarn/releases/yarn-3.1.1.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions RNMasonryExample/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.1.1.cjs
1 change: 1 addition & 0 deletions RNMasonryExample/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# RNMasonryExample
3 changes: 2 additions & 1 deletion RNMasonryExample/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "rnmasonryexample",
"packageManager": "yarn@3.1.1",
"version": "0.0.1",
"private": true,
"scripts": {
Expand All @@ -10,7 +11,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@react-native-seoul/masonry-list": "^1.1.2",
"@react-native-seoul/masonry-list": "^1.1.3",
"react": "17.0.2",
"react-native": "0.64.0"
},
Expand Down
Loading

0 comments on commit 63e773b

Please sign in to comment.