fix(mobile): bump Node to 20.19.4 and fix react-navigation peer dependency

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-14 14:06:52 +00:00
parent 5380becac2
commit 4c6596b561
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -7,18 +7,18 @@
"development": {
"developmentClient": true,
"distribution": "internal",
"node": "18.19.1"
"node": "20.19.4"
},
"preview": {
"distribution": "internal",
"node": "18.19.1",
"node": "20.19.4",
"ios": {
"simulator": false
}
},
"production": {
"autoIncrement": true,
"node": "18.19.1"
"node": "20.19.4"
}
},
"submit": {