Park Jaewoo
Park Jaewoo
When using @walletconnect/client in react-native, an error occurs in approveSession in react-native ` let connector = new WalletConnecter( { // Required uri: 'wc:551cf846-6edf-42a8-bdc9-ea3b3ea11f4f@1?bridge=https%3A%2F%2F7.bridge.walletconnect.org&key=e812a0ea9c887a5f6360e6cd61f56c2f56392934063c9645c1a92b69aa9c9c89', // Required clientMeta: { description: "WalletConnect Developer...
I applied `unstable_enablePackageExports: true` in metro.config.js, but the problem still occurs in react-native. ## environment "react-native": "0.72.4" ## metro.config.js ``` /** * Metro configuration for React Native * https://github.com/facebook/react-native *...