Colin

Results 11 comments of Colin

+1 Same error here on react-native `0.61.5`

Seeing the same thing using the [authentication flow](https://reactnavigation.org/docs/auth-flow/) and a modal for sign-in

What worked for me on Windows 11, AMD Ryzen 5700U + Radeon Graphics was the following: ```bash webui.bat --skip-torch-cuda-test --use-directml --medvram ``` Also turned down the CFG scale to 5...

Any update on this, have app in production and upgrades are failing?

Upgrading via in app subscriptions, it seems to load all the products fine but when I tigger the `InAppUtils.purchaseProduct` method, it just comes back with "Could not connect to iTunes...

@superandrew213 thanks, it seems that it works when on app store, but not with the release build of my app.

> I tried the below and got the issue resolved > > ``` > rm -rf node_modules > npm i zod-to-json-schema > ``` Nice, this fixed it for me as...

I came across a similar issue where I wanted to essentially extend a type from a third-party library, but didn't want to manually write out all of the properties (lazy...