UNPKG

@amitsolanki1409/react-native-toast-message

Version:

A customizable and lightweight toast component for React Native.

42 lines 938 B
{ "name": "@amitsolanki1409/react-native-toast-message", "version": "1.0.1", "description": "A customizable and lightweight toast component for React Native.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "index.ts", "README.md" ], "scripts": { "build": "tsc", "prepare": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/amitsolanki1409/react-native-toast-message.git" }, "publishConfig": { "access": "public" }, "keywords": [ "react-native", "toast", "react-native-toast", "toast-message", "custom-toast", "react-native-component" ], "author": "Amitkumar Solanki", "license": "MIT", "peerDependencies": { "react": ">=17.0.0", "react-native": ">=0.65.0" }, "devDependencies": { "typescript": "^5.0.0", "@types/react": "^18.0.0", "@types/react-native": "^0.72.0" } }