Skip to content

Commit

Permalink
chore: fix yarn version and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
matinzd committed Oct 9, 2024
1 parent b3e4470 commit 615f29d
Show file tree
Hide file tree
Showing 5 changed files with 21,009 additions and 14,944 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,6 @@ lib/

.metro-health-check*
*.keystore
!debug.keystore
!debug.keystore

.yarn
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/runtime": "^7.20.0",
"babel-plugin-module-resolver": "^5.0.0",
"@react-native/babel-preset": "0.73.20",
"@react-native/metro-config": "0.73.4",
"@react-native/eslint-config": "0.73.2",
"@react-native/typescript-config": "0.73.1"
"@react-native/metro-config": "0.73.4",
"@react-native/typescript-config": "0.73.1",
"babel-plugin-module-resolver": "^5.0.0"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit 615f29d

Please sign in to comment.