UNPKG

expo-toastee

Version:

A simple and elegant toast notification library for React Native Expo with Material You and Neobrutalist themes

71 lines (70 loc) 1.65 kB
{ "name": "expo-toastee", "version": "2.0.4", "description": "A simple and elegant toast notification library for React Native Expo with Material You and Neobrutalist themes", "main": "index.ts", "types": "dist/index.d.ts", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "build": "tsc -p tsconfig.build.json", "dev": "tsc --watch", "prepublishOnly": "bun run build" }, "keywords": [ "react-native", "expo", "toast", "notification", "alert", "snackbar", "material-you", "neobrutalist", "android-15", "responsive", "typescript" ], "author": "himanshu (humansooo)", "license": "MIT", "dependencies": { "expo": "~53.0.20", "expo-status-bar": "~2.2.3", "react": "19.0.0", "react-native": "0.79.5" }, "devDependencies": { "@babel/core": "^7.25.2", "@types/react": "~19.0.10", "react-native-safe-area-context": "5.4.0", "typescript": "~5.8.3" }, "peerDependencies": { "react": ">=17.0.0", "react-native": ">=0.64.0", "expo": ">=47.0.0" }, "files": [ "dist", "README.md", "LICENSE", "CONTRIBUTING.md", "CHANGELOG.md" ], "repository": { "type": "git", "url": "https://github.com/humansooo/expo-toastee.git" }, "bugs": { "url": "https://github.com/humansooo/expo-toastee/issues" }, "homepage": "https://github.com/humansooo/expo-toastee#readme", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" } } }