Sweetalert2 for Android & iOS for React-Native using Native Modules
npm install react-native-sweetalert2
import Sweetalert2 from "react-native-sweetalert2";
// ...
const result = await Sweetalert2.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT