Pop ups that you required to notify your user
npm install react-native-pop-ups
import PopUps from "react-native-pop-ups";
// ...
const result = await PopUps.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT