Ilja
Ilja
Alright, reproduction for this actually needs to be hooked to gesture (that's how `withDecay`) works essentially. With reanimated, this behaves as expected ```ts const pan = Gesture.Pan() .onChange(({ translationY })...
It seems to bug out / shoot everything off to the distance 😅 I copied and set up example from reanimated in this expo snack https://snack.expo.dev/@asimetriq/juicy-indigo-raspberries? Set values back to...
Getting same error on 0.26.1 as well (testing on ios with fresh node_modules install and ios project rebuild)
Yes, working example is in the snack I provided above by copying from reanimated's docs. (also tested locally on my own implementation).
Was attempting to store `CryptoKey` type, but got an error as it didn't satisfy allowed types (believe some of the listed ones were `ArrayBuffer`, `UTF...`)
Could you please expand on what you've tried and which apps you used? I just tried full workflow on https://react-wallet.walletconnect.com / https://react-app.walletconnect.com and everything seems to work as expected. I...
Just to clarify, examples are for v2 of the protocol, I believe metamask uses v1 and that could be the issue. Below is my attempt at connecting and everything works...
@penny-chang As a dapp you would need to support v1 and v2 as well as build small ux around that (perhaps a toggle to switch between versions that your users...
@bartosz-grabski I've just pulled everything locally and am unable to replicate issue using our example wallet and dapp, so this leads me to think that it is coming from outside,...
I'm trying to play around with this and essentially tweaked https://github.com/gristlabs/ts-interface-builder/blob/5c0fa5b393743b18e0a2987dd7126114838f57e4/lib/index.ts#L96-L97 and added additional case at the end ```ts case ts.SyntaxKind.IndexedAccessType: return this._compileIndexSignatureDeclaration(node); ``` But I am then getting stuck...