Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 448 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 448 Bytes

react-native-sweetalert2

Sweetalert2 for Android & iOS for React-Native using Native Modules

Installation

npm install react-native-sweetalert2

Usage

import Sweetalert2 from "react-native-sweetalert2";

// ...

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

Contributing

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

License

MIT