Skip to content

Commit 30349a8

Browse files
committed
fix: add expo to packages to install the right test modules
Note, currently multiple Expo and React Native versions are installed in the project. Luckily, this now kinda works.
1 parent 4c4dd25 commit 30349a8

File tree

3 files changed

+580
-0
lines changed

3 files changed

+580
-0
lines changed

packages/feature-home/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"@types/jest": "^29.5.12",
2929
"@types/react": "~18.2.43",
3030
"babel-preset-expo": "~11.0.5",
31+
"expo": "^51.0.38",
3132
"jest": "^29.7.0",
3233
"jest-expo": "^51.0.1",
3334
"react": "18.2.0",

packages/ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"@types/jest": "^29.5.12",
2626
"@types/react": "~18.2.43",
2727
"babel-preset-expo": "~11.0.5",
28+
"expo": "^51.0.38",
2829
"jest": "^29.7.0",
2930
"jest-expo": "^51.0.1",
3031
"react": "18.2.0",

0 commit comments

Comments
 (0)