toastify-react-native
Version:
🎉 toastify-react-native allows you to add notifications to your react-native app (ios, android) with ease. No more nonsense!
53 lines (52 loc) • 1.35 kB
JSON
{
"name": "toastify-react-native",
"version": "7.1.1",
"description": "🎉 toastify-react-native allows you to add notifications to your react-native app (ios, android) with ease. No more nonsense!",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"react-component",
"pushalert",
"toast",
"popup",
"react-native toast",
"react-native-toastify",
"react-native",
"react-toastify",
"toastify",
"react-native-notification",
"toastify-react-native",
"notification",
"picker",
"expo",
"cli",
"mobile",
"ios",
"android",
"web",
"Typescript"
],
"bugs": {
"url": "https://github.com/zahidalidev/toastify-react-native/issues"
},
"homepage": "https://github.com/zahidalidev/toastify-react-native/blob/master/README.md",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@types/react-native-vector-icons": "^6.4.18",
"metro-react-native-babel-preset": "^0.71.0",
"prettier": "^3.3.3"
},
"repository": "git://github.com/zahidalidev/toastify-react-native.git",
"author": "Zahid Ali <m.zahidalidev@gmail.com>",
"license": "MIT",
"dependencies": {
"react-native-vector-icons": "*"
}
}