UNPKG

rn-toastify

Version:

A professional, production-ready toast notification library for React Native. Featuring smooth spring animations, swipe-to-dismiss gestures, progress bars, queue management, and a beautiful design system with light/dark themes.

87 lines 2.08 kB
{ "name": "rn-toastify", "version": "2.0.0", "description": "A professional, production-ready toast notification library for React Native. Featuring smooth spring animations, swipe-to-dismiss gestures, progress bars, queue management, and a beautiful design system with light/dark themes.", "main": "index.js", "types": "src/types.d.ts", "repository": { "type": "git", "url": "https://github.com/muku534/react-native-toast" }, "homepage": "https://github.com/muku534/react-native-toast#readme", "scripts": { "test": "jest" }, "keywords": [ "react-native", "react native", "toast", "toastify", "notification", "alert", "snackbar", "message", "popup", "react-native-toast", "react-native-toastify", "react-native-toast-message", "react-native-notifications", "rn-toast", "rn-toastify", "animated-toast", "swipe-toast", "promise-toast", "success-toast", "error-toast", "info-toast", "warning-toast", "loading-toast", "custom-toast", "progress-bar", "queue", "dismiss", "ios", "android", "cross-platform", "reanimated", "gesture", "animation", "spring-animation", "dark-mode", "theme", "accessibility", "production-ready", "typescript", "mobile", "notification-library", "alert-library", "toast-notification", "react-native-component" ], "author": { "name": "Mukesh Prajapati", "url": "https://github.com/muku534" }, "license": "MIT", "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.60.0", "react-native-reanimated": ">=3.0.0" }, "peerDependenciesMeta": { "react-native-reanimated": { "optional": false } }, "dependencies": { "events": "^3.3.0" }, "devDependencies": { "@testing-library/jest-native": "^5.4.3", "@testing-library/react-native": "^12.5.2", "@types/jest": "^28.1.0", "@types/react-native": "^0.67.3", "jest": "^28.1.0", "react-test-renderer": "^17.0.2" } }