Ilja

Results 205 comments of Ilja

@matthewcarlreetz @nomanaliakram321 could you try following new installation docs for `2.0.0-rc.2` (preview) https://docs.walletconnect.com/2.0/javascript/guides/react-native It should resolve all your issues and not require any custom polyfills. Example react-native app with new...

@nomanaliakram321 What I mentioned above is for better experience when using js sdk inside react-native, I think you are referring to new react-native sdk. If so, that will likely take...

@alejomendoza could you try with latest `rc.2`. Also, `better-sqlite3` will only get used on server side (nodejs), so you should 1. Install this dependency as per nodejs guide https://docs.walletconnect.com/2.0/javascript/guides/nodejs 2....

@lucadonnoh could you try with `2.0.0-rc.2`. `better-sqlite3` is a peer dependency required when using nodejs, so if thats the case you should install it. `tslib` on the other hand shouldn't...

@matthewcarlreetz will be looking at this today 👍 just need to set up env for react-native to test. Is hermes enabled here?

@daniyalayyaz We just released `2.0.0-rc.2` along with new installation guides for react-native https://walletconnect-docs-git-react-native-docs-288aaa-walletconnect1.vercel.app/2.0/javascript/guides/react-native This should resolve your issue, plus not require any manual polyfilling

@matthewcarlreetz Could you please tell me following 1. React native version 2. Did you enable hermes 3. Run `react-native info` in your project and post output here These would help...

@matthewcarlreetz Next beta release is in the works, I can't give specific deadline at this moment, but it addresses pairing updates, so hopefully will resolve your issue. Meanwhile if you...

@matthewcarlreetz @jasonzhouu we cut beta.50 canary release yesterday (jump from 26 to 50 is to signify api changes). We will be integrating it into our examples and documenting changes this...

@LeeAlephium we recently released beta.102 (high jump in versioning is due to api changes) and package was renamed to `sign-client`, it is available here https://www.npmjs.com/package/@walletconnect/sign-client You can find migration guide...