Skip to content

Commit 5a27e81

Browse files
msluszniakclaude
andcommitted
fix: revert react-native-screens to ~4.16.0 in llm and text-embeddings
react-native-screens 4.24.0 renamed RNSBottomTabsScreenComponentView and RNSBottomTabsHostComponentView to RNSTabsScreenComponentView and RNSTabsHostComponentView, breaking expo-head (bundled with expo-router 6.0.17) which still references the old class names. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 95ea073 commit 5a27e81

3 files changed

Lines changed: 4 additions & 17 deletions

File tree

apps/llm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"react-native-markdown-display": "^7.0.2",
3535
"react-native-reanimated": "~4.1.1",
3636
"react-native-safe-area-context": "~5.6.0",
37-
"react-native-screens": "~4.24.0",
37+
"react-native-screens": "~4.16.0",
3838
"react-native-svg": "15.15.3",
3939
"react-native-svg-transformer": "^1.5.3",
4040
"react-native-worklets": "0.7.4"

apps/text-embeddings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"react-native-image-picker": "^7.2.2",
2727
"react-native-reanimated": "~4.1.1",
2828
"react-native-safe-area-context": "~5.7.0",
29-
"react-native-screens": "~4.24.0",
29+
"react-native-screens": "~4.16.0",
3030
"react-native-svg": "15.15.3",
3131
"react-native-worklets": "0.5.1"
3232
},

yarn.lock

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11580,7 +11580,7 @@ __metadata:
1158011580
react-native-markdown-display: "npm:^7.0.2"
1158111581
react-native-reanimated: "npm:~4.1.1"
1158211582
react-native-safe-area-context: "npm:~5.6.0"
11583-
react-native-screens: "npm:~4.24.0"
11583+
react-native-screens: "npm:~4.16.0"
1158411584
react-native-svg: "npm:15.15.3"
1158511585
react-native-svg-transformer: "npm:^1.5.3"
1158611586
react-native-worklets: "npm:0.7.4"
@@ -14607,19 +14607,6 @@ __metadata:
1460714607
languageName: node
1460814608
linkType: hard
1460914609

14610-
"react-native-screens@npm:~4.24.0":
14611-
version: 4.24.0
14612-
resolution: "react-native-screens@npm:4.24.0"
14613-
dependencies:
14614-
react-freeze: "npm:^1.0.0"
14615-
warn-once: "npm:^0.1.0"
14616-
peerDependencies:
14617-
react: "*"
14618-
react-native: "*"
14619-
checksum: 10/1ac705f7c0c37f62f0c29c5bf477b4a2360c37dec6b689e7fa9a768cc8a08d828ac7260d168a60638d207e0be21ae22bb3f170d55f0ae97837c2053ba8e38aff
14620-
languageName: node
14621-
linkType: hard
14622-
1462314610
"react-native-svg-transformer@npm:^1.5.3":
1462414611
version: 1.5.3
1462514612
resolution: "react-native-svg-transformer@npm:1.5.3"
@@ -16146,7 +16133,7 @@ __metadata:
1614616133
react-native-image-picker: "npm:^7.2.2"
1614716134
react-native-reanimated: "npm:~4.1.1"
1614816135
react-native-safe-area-context: "npm:~5.7.0"
16149-
react-native-screens: "npm:~4.24.0"
16136+
react-native-screens: "npm:~4.16.0"
1615016137
react-native-svg: "npm:15.15.3"
1615116138
react-native-worklets: "npm:0.5.1"
1615216139
languageName: unknown

0 commit comments

Comments
 (0)