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
{{ message }}
This repository was archived by the owner on Dec 8, 2025. It is now read-only.
Summary
The @walletconnect/modal-react-native package appears to call the deprecated BackHandler.removeEventListener() API, which was removed in React Native 0.72+. This results in a crash when navigating away from a screen that renders <WalletConnectModal /> on newer versions of React Native (including via Expo SDK 53, which uses RN 0.79).
WalletConnect Modal SDK version
1.1.0
Output of npx react-native info
info Fetching system and libraries information...
System:
OS: Windows 10 10.0.19045
CPU: "(8) x64 AMD Ryzen 7 4700U with Radeon Graphics "
Memory: 3.65 GB / 15.23 GB
Binaries:
Node:
version: 20.11.0
path: C:\Program Files\nodejs\node.EXE
Yarn: Not Found
npm:
version: 10.5.0
path: C:\Program Files\nodejs\npm.CMD
Watchman: Not Found
SDKs:
Android SDK: Not Found
Windows SDK: Not Found
IDEs:
Android Studio: Not Found
Visual Studio:
- 17.4.33103.184 (Visual Studio Community 2022)
Languages:
Java: Not Found
Ruby: Not Found
npmPackages:
"@react-native-community/cli":
installed: 18.0.0
wanted: ^18.0.0
react:
installed: 19.0.0
wanted: 19.0.0
react-native:
installed: 0.79.2
wanted: 0.79.2
react-native-windows: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: Not found
newArchEnabled: Not found
iOS:
hermesEnabled: Not found
newArchEnabled: Not found
Expo Version (if applies)
53
Steps to reproduce
Use @walletconnect/modal-react-native@1.1.0 in a React Native app (e.g., with Expo SDK 53).
Render the <WalletConnectModal /> component inside a screen.
Navigate away from the screen.
Snack, code example, screenshot, or link to a repository