react-native-action-toast
Version:
A premium, customizable toast notification system for React Native with action buttons, beautiful animations, and Expo compatibility
54 lines (53 loc) • 1.35 kB
JSON
{
"name": "react-native-action-toast",
"version": "1.0.3",
"description": "A premium, customizable toast notification system for React Native with action buttons, beautiful animations, and Expo compatibility",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build/**/*",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "jest",
"watch": "tsc --watch"
},
"keywords": [
"react-native",
"expo",
"toast",
"notification",
"alert",
"action-buttons",
"premium-ui",
"animated"
],
"author": "Harshpreet <ha.rsh4334.r@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/harshpreet1123/react-native-action-toast.git"
},
"bugs": {
"url": "https://github.com/harshpreet1123/react-native-action-toast/issues"
},
"homepage": "https://github.com/harshpreet1123/react-native-action-toast#readme",
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.60.0",
"expo": ">=40.0.0",
"expo-linear-gradient": "*",
"@expo/vector-icons": "*"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-native": "^0.72.0",
"typescript": "^5.0.0",
"react": "*",
"react-native": "*",
"jest": "^29.0.0"
}
}