Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 404 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 404 Bytes

react-native-pop-ups

Pop ups that you required to notify your user

Installation

npm install react-native-pop-ups

Usage

import PopUps from "react-native-pop-ups";

// ...

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

Contributing

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

License

MIT