UNPKG

react-native-modal-bottom-alert

Version:
14 lines (11 loc) 243 B
let alert function useRefBottomAlert(ref) { alert = ref } function showBottomAlert(type, title, message, otherFunction) { alert.onOpenAlert(type, title, message, otherFunction) } export { showBottomAlert, useRefBottomAlert }