@shivrajkadam/react-native-toast-alerts
Version:
A customizable and lightweight toast notification library for React Native. This component supports animations, themes, dynamic positioning, and allows for multiple simultaneous toast notifications.
44 lines (43 loc) • 1.26 kB
JSON
{
"name": "@shivrajkadam/react-native-toast-alerts",
"version": "1.0.6",
"description": "A customizable and lightweight toast notification library for React Native. This component supports animations, themes, dynamic positioning, and allows for multiple simultaneous toast notifications.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "shivrajkadam",
"license": "ISC",
"peerDependencies": {
"react": "^18.2.0",
"react-native": "^0.74.4",
"react-native-reanimated": "^3.16.6"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/cli": "^7.26.0",
"typescript": "^4.9.5"
},
"keywords": [
"react-native",
"toast",
"notification",
"react-native-toast",
"custom-toast",
"toast-notification",
"react-native-library"
],
"repository": {
"type": "git",
"url": "https://github.com/shivrajkadam19/react-native-toast-alerts.git"
},
"bugs": {
"url": "https://github.com/shivrajkadam19/react-native-toast-alerts/issues"
},
"homepage": "https://github.com/shivrajkadam19/react-native-toast-alerts#readme",
"files": [
"README.md"
]
}