Alert but compat AlertDialog component for older phones
npm install react-native-compat-alertAlert but compat AlertDialog component for older phones
``sh`
npm install react-native-compat-alert
`js
import CompatAlert from "react-native-compat-alert";
// ...
const result = await CompatAlert.multiply(3, 7);
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT