Skip to content

Commit

Permalink
build: downgrade react-native-v8 to 2.5.0.
Browse files Browse the repository at this point in the history
---
- I tried 2.5.0, it works and has no suspend-bug on react-native 0.72.x
- 2.3.0 is the officially tested version for react-native 0.72.x
- notice: started from 2.4.0, it's built with Java 17, Kudo/react-native-v8/commit/ca4e3fca45b03377f69a7888d3b9ea1fb1f255cb, so maybe you will have to downgrade to 2.3.0 still.
  • Loading branch information
richardo2016x committed Dec 27, 2024
1 parent eebb3a5 commit 888d461
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^14.0.0",
"react-native-switch": "^1.5.1",
"react-native-v8": "^2.5.1",
"react-native-v8": "2.5.0",
"react-native-vector-icons": "^10.0.2",
"react-native-version-check": "^3.4.7",
"react-native-video": "^5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@rabby-wallet/[email protected]": "patch:@rabby-wallet/eth-hd-keyring@npm%3A4.3.1#./.yarn/patches/@rabby-wallet-eth-hd-keyring-npm-4.3.1-a1d8bbe289.patch",
"react-native-quick-crypto@^0.7.7": "patch:react-native-quick-crypto@npm%3A0.7.10#./.yarn/patches/react-native-quick-crypto-npm-0.7.10-e50ff7fecf.patch",
"[email protected]": "patch:react-native-quick-crypto@npm%3A0.7.10#./.yarn/patches/react-native-quick-crypto-npm-0.7.10-e50ff7fecf.patch",
"react-native-v8@^2.5.1": "patch:react-native-v8@npm%3A2.5.1#./.yarn/patches/react-native-v8-npm-2.5.1-215a8641f3.patch"
"[email protected].0": "patch:react-native-v8@npm%3A2.5.0#./.yarn/patches/react-native-v8-npm-2.5.0-d17b36dbd3.patch"
},
"dependencies": {
"@babel/runtime": "^7.20.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27701,7 +27701,7 @@ __metadata:
react-native-svg: ^14.0.0
react-native-svg-transformer: ^1.1.0
react-native-switch: ^1.5.1
react-native-v8: ^2.5.1
react-native-v8: 2.5.0
react-native-vector-icons: ^10.0.2
react-native-version: ^4.0.0
react-native-version-check: ^3.4.7
Expand Down Expand Up @@ -28707,31 +28707,31 @@ __metadata:
languageName: node
linkType: hard

"react-native-v8@npm:2.5.1":
version: 2.5.1
resolution: "react-native-v8@npm:2.5.1"
"react-native-v8@npm:2.5.0":
version: 2.5.0
resolution: "react-native-v8@npm:2.5.0"
dependencies:
semver: ^7.6.2
peerDependencies:
expo: "*"
peerDependenciesMeta:
expo:
optional: true
checksum: a54759bc783c6fe4672495006b62c0907d95d4e0e9a7455369d380004583ad41c7e82f383c4a476c639823c0f6c40dc16ee0ac8d1cbaf12efb4ae1155b08d871
checksum: 22a4465ab01e27c6d4a3df57ad8656d9358aa96404ef29a0c53fb927253762db7c656b6dff68b4c5021f0ed15078ae458c50977d720c57689ff8894da1b395b2
languageName: node
linkType: hard

"react-native-v8@patch:react-native-v8@npm%3A2.5.1#./.yarn/patches/react-native-v8-npm-2.5.1-215a8641f3.patch::locator=%40rabby-wallet%2Fmobile-monorepo%40workspace%3A.":
version: 2.5.1
resolution: "react-native-v8@patch:react-native-v8@npm%3A2.5.1#./.yarn/patches/react-native-v8-npm-2.5.1-215a8641f3.patch::version=2.5.1&hash=4ea2bf&locator=%40rabby-wallet%2Fmobile-monorepo%40workspace%3A."
"react-native-v8@patch:react-native-v8@npm%3A2.5.0#./.yarn/patches/react-native-v8-npm-2.5.0-d17b36dbd3.patch::locator=%40rabby-wallet%2Fmobile-monorepo%40workspace%3A.":
version: 2.5.0
resolution: "react-native-v8@patch:react-native-v8@npm%3A2.5.0#./.yarn/patches/react-native-v8-npm-2.5.0-d17b36dbd3.patch::version=2.5.0&hash=4ea2bf&locator=%40rabby-wallet%2Fmobile-monorepo%40workspace%3A."
dependencies:
semver: ^7.6.2
peerDependencies:
expo: "*"
peerDependenciesMeta:
expo:
optional: true
checksum: e0cb42392aa6bc0868547c48cea7eb7b9264428f474610c87069436ac81d81fbaeb826949d28c52e93ab689f4e4031dacb730a9f37b52f629728730900a77fb7
checksum: 713af5a09bd46f18ebe2da1ca7823db32fc606429e86118de866fc0802d41f81e97759c25e7a63590988e9ef7e762341ebd0c24a1ab34557bb118e1ba8af084b
languageName: node
linkType: hard

Expand Down

0 comments on commit 888d461

Please sign in to comment.