Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@turnkey/viem": "^0.9.0",
"@walletconnect/react-native-compat": "^2.19.0",
"@xmtp/content-type-primitives": "^2.0.0",
"@xmtp/react-native-sdk": "^4.3.0-rc1",
"@xmtp/react-native-sdk": "^4.3.0-rc2",
"@yornaath/batshit": "^0.10.1",
"alchemy-sdk": "^3.4.4",
"amazon-cognito-identity-js": "6.3.12",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ const withPodfile: ConfigPlugin = (config) => {
target '${NSE_TARGET_NAME}' do
# Use the iOS XMTP version required by the installed @xmtp/react-native-sdk
# Same value that we use in the react-native app
pod 'XMTP', '4.3.0-rc1', :modular_headers => true
pod 'XMTP', '4.3.0-rc2', :modular_headers => true
# Same value that we use in the react-native app
pod 'MMKV', '~> 2.2.1', :modular_headers => true
pod 'Sentry/HybridSDK', '8.48.0'
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8934,9 +8934,9 @@ __metadata:
languageName: node
linkType: hard

"@xmtp/react-native-sdk@npm:^4.3.0-rc1":
version: 4.3.0-rc1
resolution: "@xmtp/react-native-sdk@npm:4.3.0-rc1"
"@xmtp/react-native-sdk@npm:^4.3.0-rc2":
version: 4.3.0-rc2
resolution: "@xmtp/react-native-sdk@npm:4.3.0-rc2"
dependencies:
"@changesets/changelog-git": "npm:^0.2.0"
"@changesets/cli": "npm:^2.27.10"
Expand All @@ -8950,7 +8950,7 @@ __metadata:
expo: "*"
react: "*"
react-native: "*"
checksum: 10c0/6edab420702c23db74d456eed4ea1f2d0c9b66ef93ddf387650bf1534f51408ad321a029e9c157d686674ab1b8d3e4210fe742fe3d10dcaba1f0ed9264460ea7
checksum: 10c0/857a494fd3478d67c9bcfe06cc04b90e99c6aa5820a8296a2eeaefc4fbf003e151abbb68bac0b76aa52ddfd1189daf7201b4a1f434a0c4934d369a53b927e31f
languageName: node
linkType: hard

Expand Down Expand Up @@ -10861,7 +10861,7 @@ __metadata:
"@walletconnect/react-native-compat": "npm:^2.19.0"
"@welldone-software/why-did-you-render": "npm:^8.0.3"
"@xmtp/content-type-primitives": "npm:^2.0.0"
"@xmtp/react-native-sdk": "npm:^4.3.0-rc1"
"@xmtp/react-native-sdk": "npm:^4.3.0-rc2"
"@yornaath/batshit": "npm:^0.10.1"
alchemy-sdk: "npm:^3.4.4"
amazon-cognito-identity-js: "npm:6.3.12"
Expand Down
Loading