Skip to content

Commit

Permalink
nav libs added as dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzitelli committed Oct 1, 2022
1 parent 41b953e commit 9f02479
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,17 @@
"release:npm:next": "run-s build && npm publish --tag next"
},
"peerDependencies": {
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.0",
"@react-navigation/bottom-tabs": "^6.4.0"
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@react-native-community/eslint-config": "^3.1.0",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.0",
"@tsconfig/react-native": "^2.0.2",
"@types/react": "^18.0.21",
"dotenv-cli": "^6.0.0",
Expand Down

0 comments on commit 9f02479

Please sign in to comment.