Skip to content

Commit 95ea073

Browse files
msluszniakclaude
andcommitted
fix: revert react-native and metro-config in llm app to 0.81.5/^0.81.6
react-native-reanimated ~4.1.1 is not compatible with react-native 0.84.0. Keeping llm at react-native 0.81.5 and @react-native/metro-config ^0.81.6 until reanimated is also upgraded. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f9201d8 commit 95ea073

2 files changed

Lines changed: 119 additions & 4 deletions

File tree

apps/llm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@react-native-executorch/expo-resource-fetcher": "workspace:*",
15-
"@react-native/metro-config": "^0.84.0",
15+
"@react-native/metro-config": "^0.81.6",
1616
"@react-navigation/drawer": "^7.8.1",
1717
"@react-navigation/native": "^7.1.28",
1818
"expo": "^54.0.27",
@@ -25,7 +25,7 @@
2525
"expo-status-bar": "~3.0.9",
2626
"metro-config": "^0.81.5",
2727
"react": "19.1.0",
28-
"react-native": "0.84.0",
28+
"react-native": "0.81.5",
2929
"react-native-audio-api": "^0.8.2",
3030
"react-native-device-info": "^15.0.2",
3131
"react-native-executorch": "workspace:*",

yarn.lock

Lines changed: 117 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4481,6 +4481,16 @@ __metadata:
44814481
languageName: node
44824482
linkType: hard
44834483

4484+
"@react-native/babel-plugin-codegen@npm:0.81.6":
4485+
version: 0.81.6
4486+
resolution: "@react-native/babel-plugin-codegen@npm:0.81.6"
4487+
dependencies:
4488+
"@babel/traverse": "npm:^7.25.3"
4489+
"@react-native/codegen": "npm:0.81.6"
4490+
checksum: 10/e395a1b69d2d9534d3a38734b7df0260223cdd326ee78058c4764d9b08e1e4e684047240e56373fe785a84cb541192748739e254d2991750f8676ed2d63bd185
4491+
languageName: node
4492+
linkType: hard
4493+
44844494
"@react-native/babel-plugin-codegen@npm:0.84.0":
44854495
version: 0.84.0
44864496
resolution: "@react-native/babel-plugin-codegen@npm:0.84.0"
@@ -4546,6 +4556,61 @@ __metadata:
45464556
languageName: node
45474557
linkType: hard
45484558

4559+
"@react-native/babel-preset@npm:0.81.6":
4560+
version: 0.81.6
4561+
resolution: "@react-native/babel-preset@npm:0.81.6"
4562+
dependencies:
4563+
"@babel/core": "npm:^7.25.2"
4564+
"@babel/plugin-proposal-export-default-from": "npm:^7.24.7"
4565+
"@babel/plugin-syntax-dynamic-import": "npm:^7.8.3"
4566+
"@babel/plugin-syntax-export-default-from": "npm:^7.24.7"
4567+
"@babel/plugin-syntax-nullish-coalescing-operator": "npm:^7.8.3"
4568+
"@babel/plugin-syntax-optional-chaining": "npm:^7.8.3"
4569+
"@babel/plugin-transform-arrow-functions": "npm:^7.24.7"
4570+
"@babel/plugin-transform-async-generator-functions": "npm:^7.25.4"
4571+
"@babel/plugin-transform-async-to-generator": "npm:^7.24.7"
4572+
"@babel/plugin-transform-block-scoping": "npm:^7.25.0"
4573+
"@babel/plugin-transform-class-properties": "npm:^7.25.4"
4574+
"@babel/plugin-transform-classes": "npm:^7.25.4"
4575+
"@babel/plugin-transform-computed-properties": "npm:^7.24.7"
4576+
"@babel/plugin-transform-destructuring": "npm:^7.24.8"
4577+
"@babel/plugin-transform-flow-strip-types": "npm:^7.25.2"
4578+
"@babel/plugin-transform-for-of": "npm:^7.24.7"
4579+
"@babel/plugin-transform-function-name": "npm:^7.25.1"
4580+
"@babel/plugin-transform-literals": "npm:^7.25.2"
4581+
"@babel/plugin-transform-logical-assignment-operators": "npm:^7.24.7"
4582+
"@babel/plugin-transform-modules-commonjs": "npm:^7.24.8"
4583+
"@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.24.7"
4584+
"@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.24.7"
4585+
"@babel/plugin-transform-numeric-separator": "npm:^7.24.7"
4586+
"@babel/plugin-transform-object-rest-spread": "npm:^7.24.7"
4587+
"@babel/plugin-transform-optional-catch-binding": "npm:^7.24.7"
4588+
"@babel/plugin-transform-optional-chaining": "npm:^7.24.8"
4589+
"@babel/plugin-transform-parameters": "npm:^7.24.7"
4590+
"@babel/plugin-transform-private-methods": "npm:^7.24.7"
4591+
"@babel/plugin-transform-private-property-in-object": "npm:^7.24.7"
4592+
"@babel/plugin-transform-react-display-name": "npm:^7.24.7"
4593+
"@babel/plugin-transform-react-jsx": "npm:^7.25.2"
4594+
"@babel/plugin-transform-react-jsx-self": "npm:^7.24.7"
4595+
"@babel/plugin-transform-react-jsx-source": "npm:^7.24.7"
4596+
"@babel/plugin-transform-regenerator": "npm:^7.24.7"
4597+
"@babel/plugin-transform-runtime": "npm:^7.24.7"
4598+
"@babel/plugin-transform-shorthand-properties": "npm:^7.24.7"
4599+
"@babel/plugin-transform-spread": "npm:^7.24.7"
4600+
"@babel/plugin-transform-sticky-regex": "npm:^7.24.7"
4601+
"@babel/plugin-transform-typescript": "npm:^7.25.2"
4602+
"@babel/plugin-transform-unicode-regex": "npm:^7.24.7"
4603+
"@babel/template": "npm:^7.25.0"
4604+
"@react-native/babel-plugin-codegen": "npm:0.81.6"
4605+
babel-plugin-syntax-hermes-parser: "npm:0.29.1"
4606+
babel-plugin-transform-flow-enums: "npm:^0.0.2"
4607+
react-refresh: "npm:^0.14.0"
4608+
peerDependencies:
4609+
"@babel/core": "*"
4610+
checksum: 10/930604718f04852f9626080b2f524f7b0b652a2a9bb625192e391c5269cc36dce23fe863784b9100b153ac50809895904ce0a4fb044c7b8a73ec2ac47920339b
4611+
languageName: node
4612+
linkType: hard
4613+
45494614
"@react-native/babel-preset@npm:0.84.0":
45504615
version: 0.84.0
45514616
resolution: "@react-native/babel-preset@npm:0.84.0"
@@ -4606,6 +4671,23 @@ __metadata:
46064671
languageName: node
46074672
linkType: hard
46084673

4674+
"@react-native/codegen@npm:0.81.6":
4675+
version: 0.81.6
4676+
resolution: "@react-native/codegen@npm:0.81.6"
4677+
dependencies:
4678+
"@babel/core": "npm:^7.25.2"
4679+
"@babel/parser": "npm:^7.25.3"
4680+
glob: "npm:^7.1.1"
4681+
hermes-parser: "npm:0.29.1"
4682+
invariant: "npm:^2.2.4"
4683+
nullthrows: "npm:^1.1.1"
4684+
yargs: "npm:^17.6.2"
4685+
peerDependencies:
4686+
"@babel/core": "*"
4687+
checksum: 10/a1d5e9dfd9f70248fb6f592ff9477d20bf00542517859eb4eff543bbf48b5a2e0fa2e876502248ae3e1db6777d3af8cab0f8c2784191f49c625bf5d63d66b125
4688+
languageName: node
4689+
linkType: hard
4690+
46094691
"@react-native/codegen@npm:0.84.0":
46104692
version: 0.84.0
46114693
resolution: "@react-native/codegen@npm:0.84.0"
@@ -4784,6 +4866,13 @@ __metadata:
47844866
languageName: node
47854867
linkType: hard
47864868

4869+
"@react-native/js-polyfills@npm:0.81.6":
4870+
version: 0.81.6
4871+
resolution: "@react-native/js-polyfills@npm:0.81.6"
4872+
checksum: 10/9edd8a49c5b4eab5285987fba4242983970266a7c75354eea9b74973f6ec76fdaad156bf100a02213b44fb916c93341e40e95bd799b1c46ed32428e1c7d2faf8
4873+
languageName: node
4874+
linkType: hard
4875+
47874876
"@react-native/js-polyfills@npm:0.84.0":
47884877
version: 0.84.0
47894878
resolution: "@react-native/js-polyfills@npm:0.84.0"
@@ -4805,6 +4894,20 @@ __metadata:
48054894
languageName: node
48064895
linkType: hard
48074896

4897+
"@react-native/metro-babel-transformer@npm:0.81.6":
4898+
version: 0.81.6
4899+
resolution: "@react-native/metro-babel-transformer@npm:0.81.6"
4900+
dependencies:
4901+
"@babel/core": "npm:^7.25.2"
4902+
"@react-native/babel-preset": "npm:0.81.6"
4903+
hermes-parser: "npm:0.29.1"
4904+
nullthrows: "npm:^1.1.1"
4905+
peerDependencies:
4906+
"@babel/core": "*"
4907+
checksum: 10/4724d7cd7290b40f14d0cd40f5fb73955260d0494acdfd20cef2bb863514fbf50f62286b1ccc5e769d1fe96a62a55f520f263b45f2a62d0ea57db95a40e9e21a
4908+
languageName: node
4909+
linkType: hard
4910+
48084911
"@react-native/metro-babel-transformer@npm:0.84.0":
48094912
version: 0.84.0
48104913
resolution: "@react-native/metro-babel-transformer@npm:0.84.0"
@@ -4831,6 +4934,18 @@ __metadata:
48314934
languageName: node
48324935
linkType: hard
48334936

4937+
"@react-native/metro-config@npm:^0.81.6":
4938+
version: 0.81.6
4939+
resolution: "@react-native/metro-config@npm:0.81.6"
4940+
dependencies:
4941+
"@react-native/js-polyfills": "npm:0.81.6"
4942+
"@react-native/metro-babel-transformer": "npm:0.81.6"
4943+
metro-config: "npm:^0.83.1"
4944+
metro-runtime: "npm:^0.83.1"
4945+
checksum: 10/0e39fa974a61f51172f6bae6b5bc90cbefb104685acbbd68e7886bc7687fda11d533ddbec22538e2a4981b626cbc710b34ad6e0a49b866f8d870c22b926fcb9b
4946+
languageName: node
4947+
linkType: hard
4948+
48344949
"@react-native/metro-config@npm:^0.84.0":
48354950
version: 0.84.0
48364951
resolution: "@react-native/metro-config@npm:0.84.0"
@@ -11442,7 +11557,7 @@ __metadata:
1144211557
dependencies:
1144311558
"@babel/core": "npm:^7.29.0"
1144411559
"@react-native-executorch/expo-resource-fetcher": "workspace:*"
11445-
"@react-native/metro-config": "npm:^0.84.0"
11560+
"@react-native/metro-config": "npm:^0.81.6"
1144611561
"@react-navigation/drawer": "npm:^7.8.1"
1144711562
"@react-navigation/native": "npm:^7.1.28"
1144811563
"@types/react": "npm:~19.1.10"
@@ -11456,7 +11571,7 @@ __metadata:
1145611571
expo-status-bar: "npm:~3.0.9"
1145711572
metro-config: "npm:^0.81.5"
1145811573
react: "npm:19.1.0"
11459-
react-native: "npm:0.84.0"
11574+
react-native: "npm:0.81.5"
1146011575
react-native-audio-api: "npm:^0.8.2"
1146111576
react-native-device-info: "npm:^15.0.2"
1146211577
react-native-executorch: "workspace:*"

0 commit comments

Comments
 (0)