UNPKG

react-native-alert-boxes

Version:

A package to easily create different types of alert boxes in React Native.

29 lines (28 loc) 652 B
{ "name": "react-native-alert-boxes", "version": "1.0.1", "description": "A package to easily create different types of alert boxes in React Native.", "license": "MIT", "author": "Saikat Dutta", "type": "commonjs", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react-native", "alert-box", "custom-alert", "UI", "notification" ], "dependencies": { "prop-types": "^15.8.1", "react": ">=17.0.0 || ^18.0.0", "react-native": ">=0.70.0" }, "peerDependencies": { "react": ">=17.0.0 || ^18.0.0", "react-native": ">=0.70.0" } }