Aman Saxena

Results 14 comments of Aman Saxena

Task :rn-scratch-card:compileReleaseKotlin FAILED w: Runtime JAR files in the classpath have the version 1.3, which is older than the API version 1.5. Consider using the runtime of version 1.5, or...

@avegrv try building the android app , ios builds are successfully but android there is some issue

@zilinailee can you try with the mentioned steps 1. go to rn-scratch-card in node_modules 2. open build.gradle and change minSdkVersion 22 to 21 3. Then open gradle.properties and change RnScratchCard_kotlinVersion...

@zilinailee what i can see your build failed for app:installUatDebug which is the installation step. Can you attach full SS and also try the below steps. 1. Delete node modules...

we need this as discriminated unions only checks a specific schema rather checking against all. It would be powerful to have refinements over the validations on this discriminated union

by when we can have this prompt? how do we even find out what prompt they are using

@shulaoda ` "vite": "6.3.6",` vite config ``` import react from "@vitejs/plugin-react-swc"; const viteConfig = defineConfig(({ mode }) => ({ root: "./", base: isPreviewMode ? `/${deployTicketId}/` : "/", publicDir: "public", build:...

Now I am able to build the app with this config ``` import path from "path"; import fs from "fs"; import { defineConfig, mergeConfig } from "vite"; import type {...

yes now im using ` "vite": "npm:[email protected]"` & `"@vitejs/plugin-react": "^5.0.0",`. The dev server speed feels same , hmr also is pretty much same. I thought of expecting some perf gain...