Jimmi Jønsson

Results 10 comments of Jimmi Jønsson

I think you're right about that MaskedTextInput should not replace TextInput completely. However I do think the behaviour as it is right know, is a bit weird. I don't see...

This would be a great addition

> I came up with this helper that treats the data as if its a zod _any_ but then returns the type that was passed into it. Not sure if...

At [react-international-phone](https://react-international-phone.vercel.app/docs/Usage/PhoneValidation/) they recommend using [google-libphonenumber](https://github.com/ruimarinho/google-libphonenumber) for validation. Maybe Zod can rely on that for integrated phone validation as well?

@iamacup Seems the issue is due to the textgroup on Android not inheriting the common styles from body. Manually setting `textgroup: { textAlign: 'center' }` fixed the issue for me.

@roblom I'm wondering about the same thing. Honestly I do not get why Sanity does not have an official plugin for the media library. It's really and essential thing regardless...

@roblom It looks to me that it is also possible to add custom fields in the official plugin. The wording is a bit cryptic but that is what I get...

@roblom Did you try out [https://github.com/sanity-io/sanity-plugin-media#faq](https://github.com/sanity-io/sanity-plugin-media) with custom fields?

I'm experiencing the exact same as described by @treb0r https://github.com/Aratramba/sanity-plugin-media-library/issues/42#issuecomment-1339087405

Hello @owenizedd thanks for the suggestion and I had already considered it but didn't wan't to force our DEVs on windows to rely on WSL2. Great work you have done...