Skip to content

Commit e42ffc6

Browse files
Fix migration to enclave wallets in react native (#5746)
1 parent 0ddc123 commit e42ffc6

File tree

6 files changed

+1343
-595
lines changed

6 files changed

+1343
-595
lines changed

.changeset/eighty-days-pump.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Fix migration to enclave in react native

.changeset/wicked-yaks-flow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@thirdweb-dev/react-native-adapter": patch
3+
---
4+
5+
Downgrade aws libraries

packages/react-native-adapter/package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,11 @@
2323
},
2424
"./package.json": "./package.json"
2525
},
26-
"files": [
27-
"dist/*",
28-
"src/*"
29-
],
26+
"files": ["dist/*", "src/*"],
3027
"dependencies": {
31-
"@aws-sdk/client-kms": "3.709.0",
32-
"@aws-sdk/client-lambda": "3.709.0",
33-
"@aws-sdk/credential-providers": "3.709.0",
28+
"@aws-sdk/client-kms": "3.592.0",
29+
"@aws-sdk/client-lambda": "3.592.0",
30+
"@aws-sdk/credential-providers": "3.592.0",
3431
"@mobile-wallet-protocol/client": "0.1.2"
3532
},
3633
"devDependencies": {
@@ -47,7 +44,7 @@
4744
"react-native": ">=0.70",
4845
"react-native-aes-gcm-crypto": "^0.2",
4946
"react-native-get-random-values": "^1",
50-
"react-native-quick-crypto": ">=0.7.0-rc.6 || >=0.7",
47+
"react-native-quick-crypto": ">=0.7",
5148
"react-native-svg": "^15",
5249
"typescript": ">=5.0.4"
5350
},

0 commit comments

Comments
 (0)