Skip to content

Commit

Permalink
fix: add expo to packages to install the right test modules
Browse files Browse the repository at this point in the history
Note, currently multiple Expo and React Native versions are installed in the project. Luckily, this now kinda works.
  • Loading branch information
byCedric committed Nov 2, 2024
1 parent 4c4dd25 commit 30349a8
Show file tree
Hide file tree
Showing 3 changed files with 580 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/feature-home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@types/jest": "^29.5.12",
"@types/react": "~18.2.43",
"babel-preset-expo": "~11.0.5",
"expo": "^51.0.38",
"jest": "^29.7.0",
"jest-expo": "^51.0.1",
"react": "18.2.0",
Expand Down
1 change: 1 addition & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@types/jest": "^29.5.12",
"@types/react": "~18.2.43",
"babel-preset-expo": "~11.0.5",
"expo": "^51.0.38",
"jest": "^29.7.0",
"jest-expo": "^51.0.1",
"react": "18.2.0",
Expand Down
Loading

0 comments on commit 30349a8

Please sign in to comment.