0.0.1 • Published 3 years ago

react-native-modal-util v0.0.1

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

react-native-modal-util

React native hook for preloader and action message modal

Installation

yarn add react-native-modal-util

Usage

import { useModalUtil } from 'react-native-modal-util';

// ...

const { displayPreloader, displayDialog } = useModalUtil();

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