UNPKG

react-native-template-allmax

Version:

React native template with navigation, redux, redux-saga, eslit, flow, reactotron

7 lines (5 loc) 192 B
// @flow export const regularExpressions = { numbers: /[^\d]/g, // For remove not numbers email: /^([a-zA-Z0-9_.+-])+@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})$/, // Mask for check email };