Alisson Ludtke Schwanz

Results 4 comments of Alisson Ludtke Schwanz

### Schema and Types ```ts import { z } from "zod"; export const FormSchema = z.object({ username: z.string().min(2, { message: "Username must be at least 2 characters.", }), age: z...

> @ziin Thank you so much. It worked like magic. If you don't mind, I've got a couple of questions: > > 1. Does this `value={field.value || ""} ` mean...

@IhorReactNative I'm using the same lib versions as yours, but it keep crashing on my device. In the simulator is working fine though.

> Let me know if this is the wrong place to ask this. I'm having trouble with the Tooltip component. It works fine in development, but when I deploy to...