react-native popup
npm install @dppo/react-native-popupreact-native popup
``sh`
npm install react-native-popup
`js
import Popup from "react-native-popup";
// ...
const result = await Popup.multiply(3, 7);
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT