UNPKG

@arelstone/react-native-email-chip

Version:

React Native component to display a list of emails as editable chips

2 lines (1 loc) 98 B
export const isValidEmail = (email) => !email.length || /(.+)@(.+){2,}\.(.+){2,}/gmi.test(email);