Skip to content
Open
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.4.0-dev.7f5d8e0",
"@xmtp/react-native-sdk": "4.3.5",
"@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.4.0-dev.7f5d8e0.c2ccb07', :modular_headers => true
pod 'XMTP', '4.3.5', :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.4.0-dev.7f5d8e0":
version: 4.4.0-dev.7f5d8e0
resolution: "@xmtp/react-native-sdk@npm:4.4.0-dev.7f5d8e0"
"@xmtp/react-native-sdk@npm:4.3.5":
version: 4.3.5
resolution: "@xmtp/react-native-sdk@npm:4.3.5"
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/8498734dbff04253ae0fcb43776eaea5644a4190a455b80685b126e0567c26a38b58cad6e3d4fc458928d71c483ed89ca88399aca88511cc02c8f683ad14b94a
checksum: 10c0/d3e46974a2367d461bc92a6fbf714ac77f5b3c538bd4fb7870e09de68c69ea62798f8804cc0651b9f2423875e26b50fa65bf9e3bf8845b7ec5aba35b68e3306a
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.4.0-dev.7f5d8e0"
"@xmtp/react-native-sdk": "npm:4.3.5"
"@yornaath/batshit": "npm:^0.10.1"
alchemy-sdk: "npm:^3.4.4"
amazon-cognito-identity-js: "npm:6.3.12"
Expand Down
Loading