rn-poptoast
Version:
A zero-config, provider-free popup toast library for React Native — fast, lightweight, and beautiful
36 lines (35 loc) • 913 B
JSON
{
"name": "rn-poptoast",
"version": "1.0.3",
"description": "A zero-config, provider-free popup toast library for React Native — fast, lightweight, and beautiful",
"keywords": [
"react-native",
"toast",
"popup",
"notification",
"rn-poptoast",
"no-provider",
"toastify",
"react-native-toast"
],
"homepage": "https://github.com/mohammadalemustafa/rn-poptoast#readme",
"bugs": {
"url": "https://github.com/mohammadalemustafa/rn-poptoast/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohammadalemustafa/rn-poptoast.git"
},
"license": "ISC",
"author": "mohammad_ale_mustafa",
"type": "commonjs",
"main": "index.js",
"peerDependencies": {
"react": ">=17.0.0",
"react-native": ">=0.68.0",
"lottie-react-native": "^7.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}