0.1.7 • Published 2 years ago

react-native-plugin-helper v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-plugin-helper

Plugin for React native

Installation

npm install react-native-plugin-helper

Usage

import { isValidateEmail } from "react-native-plugin-helper";

// ...

const isValid = isValidateEmail('example@email.com');

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library