react-native-compat-alert

Alert but compat AlertDialog component for older phones

Usage no npm install needed!

<script type="module">
  import reactNativeCompatAlert from 'https://cdn.skypack.dev/react-native-compat-alert';
</script>

README

react-native-compat-alert

Alert but compat AlertDialog component for older phones

Installation

npm install react-native-compat-alert

Usage

import CompatAlert from "react-native-compat-alert";

// ...

const result = await CompatAlert.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT