UNPKG

@diyardev/react-native-dynamic-toast

Version:

A beautiful, dynamic and customizable toast notification system for React Native with TypeScript support

53 lines (52 loc) 1.35 kB
{ "name": "@diyardev/react-native-dynamic-toast", "version": "1.2.4", "description": "A beautiful, dynamic and customizable toast notification system for React Native with TypeScript support", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "README.md" ], "scripts": { "build": "tsc", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react-native", "expo", "expo-router", "expo-navigation", "toast", "notification", "dynamic", "typescript", "modal", "alert", "success", "error", "warning", "info" ], "author": "Diyar Akengin <diyarakengin7@gmail.com>", "license": "MIT", "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.60.0", "react-native-safe-area-context": ">=3.0.0" }, "devDependencies": { "@types/react": "^18.0.0 || ^19.0.0", "@types/react-native": "^0.72.0", "typescript": "^5.0.0" }, "repository": { "type": "git", "url": "https://github.com/diyardev/react-native-dynamic-toast.git" }, "bugs": { "url": "https://github.com/diyardev/react-native-dynamic-toast/issues" }, "homepage": "https://github.com/diyardev/react-native-dynamic-toast#readme" }