AxelFritz
AxelFritz
Hi guys, did you get the solution? It doesnt validate emails that contains **@hotmail.com** in my case. That's the response of validate function: ``` { valid: false, validators: { regex:...
This is not a solution, but to keep validating gmail emails i use the "validate" like this: ``` await validate({ email: email, sender: email, validateRegex: true, validateMx: true, validateTypo: true,...
Hey, did you find any solution? I am not using TS and have the same issue. At the[ nativewind's docs](https://www.nativewind.dev/customization/theme ) says that we have to import it but it...