1.0.0 • Published 4 years ago

react-native-compat-alert v1.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

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