React native hook for preloader and action message modal
yarn add react-native-modal-util
import { useModalUtil } from 'react-native-modal-util';
// ...
const { displayPreloader, displayDialog } = useModalUtil();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library