UNPKG

react-native-toastify-pro

Version:

A customizable toast notification component for React Native, designed to work seamlessly on both Android and iOS platforms and allows you to add notifications to your react-native app (ios, android) with ease. No more nonsense!

46 lines 1.42 kB
{ "name": "react-native-toastify-pro", "version": "1.1.2", "description": "A customizable toast notification component for React Native, designed to work seamlessly on both Android and iOS platforms and allows you to add notifications to your react-native app (ios, android) with ease. No more nonsense!", "files": [ "dist", "README.md" ], "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "scripts": { "build": "rollup -c", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/almdashif/react-native-toastify-pro" }, "keywords": [ "react-native-toastify-pro", "react-native-toastify", "react-native-toaster", "react-native-toast", "android", "ios", "react-native", "react-native-cli" ], "author": "Mohammed Ashif AL", "license": "MIT", "bugs": { "url": "https://github.com/almdashif/react-native-toastify-pro/issues" }, "homepage": "https://github.com/almdashif/react-native-toastify-pro/blob/main/README.md", "devDependencies": { "@react-native/typescript-config": "^0.76.3", "@types/jest": "^29.5.14", "@types/react": "^18.3.12", "@types/react-native": "^0.73.0", "rollup": "^2.79.2", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.36.0", "typescript": "^5.7.2" } }