Skip to content

Commit

Permalink
fix: simplify dependency management by only requiring the native libr…
Browse files Browse the repository at this point in the history
…ary (automatic linking)
  • Loading branch information
RichardLindhout committed Jun 24, 2023
1 parent 547b3c7 commit 5375f17
Show file tree
Hide file tree
Showing 2 changed files with 3,190 additions and 5,586 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"expo-status-bar": "^1.4.4",
"@arkweid/lefthook": "^0.7.7",
"@commitlint/config-conventional": "^17.0.2",
"@react-native-community/eslint-config": "^3.0.2",
Expand All @@ -65,7 +66,6 @@
"@types/jest": "^29.2.4",
"@types/react": "^18.0.28",
"@types/react-helmet": "^6.1.6",
"color": "^4.2.3",
"commitlint": "^17.0.2",
"del-cli": "^5.0.0",
"eslint": "^8.4.1",
Expand All @@ -75,11 +75,7 @@
"expo-linking": "^4.0.1",
"husky": "^8.0.2",
"jest": "^29.3.1",
"navigation": "^6.2.0",
"navigation-react": "^4.5.1",
"navigation-react-mobile": "^3.10.0",
"navigation-react-native": "^9.2.1",
"navigation-react-native-web": "^1.3.0",
"pod-install": "^0.1.0",
"prettier": "^2.0.5",
"react": "^18.2.0",
Expand All @@ -89,6 +85,7 @@
"typescript": "^4.9.4"
},
"peerDependencies": {
"expo-status-bar": "*",
"expo-linking": "*",
"navigation-react-native": "*",
"react": "*",
Expand Down Expand Up @@ -168,7 +165,11 @@
]
},
"dependencies": {
"expo-status-bar": "^1.4.4",
"react-helmet": "^6.1.0"
"react-helmet": "^6.1.0",
"navigation": "^6.2.0",
"navigation-react": "^4.5.1",
"navigation-react-mobile": "^3.10.0",
"navigation-react-native-web": "^1.3.0",
"color": "^4.2.3"
}
}
Loading

0 comments on commit 5375f17

Please sign in to comment.