react-native-modal-util
v0.0.1
Published
React native hook for preloader and action message modal
Downloads
1
Readme
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