You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when a MetaMask wallet is successfully connected, it does not go back to my dapp.
I am using const { data: walletClient } = useWalletClient(); to monitor the wallet status, but it doesn't get updated once the wallet is connected.
As you can see from the attached video, once I go back to my app manually, it doesn't show the address until I refresh the entire app.
BTW, I can confirm the universal link is working properly.
AppKit SDK version
"@reown/appkit-wagmi-react-native": "^1.1.1",
Output of npx react-native info
System:
OS: macOS 15.0.1
CPU: (12) arm64 Apple M3 Pro
Memory: 1.33 GB / 18.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 18.18.2
path: ~/.nvm/versions/node/v18.18.2/bin/node
Yarn:
version: 3.6.1
path: ~/.nvm/versions/node/v18.18.2/bin/yarn
npm:
version: 10.9.0
path: ~/.nvm/versions/node/v18.18.2/bin/npm
Watchman:
version: 2024.11.04.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.16.2
path: /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 24.1
- iOS 18.1
- macOS 15.1
- tvOS 18.1
- visionOS 2.1
- watchOS 11.1
Android SDK:
API Levels:
- "28"
- "29"
- "30"
- "31"
- "33"
- "34"
- "35"
Build Tools:
- 29.0.2
- 30.0.2
- 30.0.3
- 34.0.0
- 35.0.0
- 35.0.0
System Images:
- android-22 | ARM 64 v8a
- android-22 | Google APIs ARM 64 v8a
- android-28 | Google ARM64-V8a Play ARM 64 v8a
- android-29 | Google Play ARM 64 v8a
- android-31 | Google Play ARM 64 v8a
- android-32 | Google Play ARM 64 v8a
- android-33 | Google Play ARM 64 v8a
- android-34 | Google APIs ARM 64 v8a
- android-34 | Google Play ARM 64 v8a
- android-TiramisuPrivacySandbox | Google Play Intel x86_64 Atom
Android NDK: Not Found
IDEs:
Android Studio: 2023.2 AI-232.10227.8.2321.11479570
Xcode:
version: 16.1/16B40
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.13
path: /usr/bin/javac
Ruby:
version: 3.3.6
path: /opt/homebrew/opt/ruby/bin/ruby
npmPackages:
"@react-native-community/cli":
installed: 15.1.3
wanted: latest
react:
installed: 18.3.1
wanted: 18.3.1
react-native:
installed: 0.76.6
wanted: 0.76.6
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: true
iOS:
hermesEnabled: true
newArchEnabled: true
Expo Version (if applies)
"expo": "~52.0.25"
Steps to reproduce
call await open(); // from const { open } = useAppKit()
select MetaMask to connect wallet
successful connect wallet in MetaMask app
not navigate back to my app
Snack, code example, screenshot, or link to a repository
Description
Actually, there are 2 issues:
const { data: walletClient } = useWalletClient();
to monitor the wallet status, but it doesn't get updated once the wallet is connected.As you can see from the attached video, once I go back to my app manually, it doesn't show the address until I refresh the entire app.
BTW, I can confirm the universal link is working properly.
AppKit SDK version
"@reown/appkit-wagmi-react-native": "^1.1.1",
Output of
npx react-native info
Expo Version (if applies)
"expo": "~52.0.25"
Steps to reproduce
await open(); // from const { open } = useAppKit()
Snack, code example, screenshot, or link to a repository
wagmi config:
video:
ScreenRecording_01-17-2025.19-48-08_1.mov
The text was updated successfully, but these errors were encountered: