How can I set minimum characters limit before @ symbol in React Native
This is how I am setting errors in my react native registration page. The issue is that it is checking the whole email length but I need to impose character limit of 3 before the @ symbol. What is the best way to do this? I am using Native Base as my UI kit const… Read More How can I set minimum characters limit before @ symbol in React Native