jungtaesu

Results 2 issues of jungtaesu

{ "name": "web3modal", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "android:build": "cd android && ./gradlew assembleRelease", "ios": "react-native run-ios", "lint": "eslint .", "start": "react-native start", "test": "jest" },...

bug

### Description ![image](https://github.com/WalletConnect/react-native-examples/assets/93955118/d6422378-3904-48a3-8e6a-23a80c17701d) everything works fine except for respondSessionRequest. connection great, response, request all good. but with respondSessionRequest, I get that Non-base16 error. My app signs with hardwallet which worked...

bug