ivstiv

Results 10 comments of ivstiv

This would add a lot of value to the service. Should be considered!

We have a use case of more complex proxying where the initial page request is proxied to the next.js page running on a different domain. Fetching static assets with an...

I wrote a similar function to yours but it felt ugly to be passing types, reply and the actual response data, so I decided to keep it simple and reverted...

Had the same issue today, my Windows bluescreened so that must have corrupted some of my cache. After wiping the Temp folder that @natejhowe mentioned the problem went away!

Reproduction steps for a local build (without eas): ``` npx create-expo-stack@latest my-expo-app --expo-router --nativewind cd my-expo-app npx expo prebuild cd android ./gradlew assembleRelease ``` Should get stuck on `app:createBundleReleaseJsAndAssets`. Reverting...

Yes for context I discovered the problem on 4.1.16. I haven't tested every version between 4.1.11 to 4.1.16 but as of now I have not found one that works. Interestingly...

I dug through the git history and compared it with the compiled output on npm for [email protected]. It looks like this commit is the last relevant one that affects the...

If anybody wants an immediate bodge because they are really pressed to get a build out with an updated nativewind, this will get you going. Find this file: `node_modules/nativewind/dist/metro/tailwind/v3/index.js` On...

Nice one guys! Can confirm: ├─ [email protected] └─ [email protected] works for me as well.