import AlertNew from "@blazejkustra/react-native-alert"; import { Alert } from "react-native"; Alert.alert = AlertNew.alert; Alert.prompt = AlertNew.prompt;