UNPKG

alert-toast-react-native

Version:

## Example Dialog Box

68 lines (67 loc) 1.59 kB
{ "name": "alert-toast-react-native", "version": "0.0.12", "license": "MIT", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android", "ios", "cpp", "react-native-alert-notification.podspec", "!lib/typescript/example", "!android/build", "!ios/build", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "scripts": { "release": "release-it" }, "keywords": [ "react-native", "ios", "android", "alert", "notification", "dialog box", "toast notification", "popup", "dialog", "modal" ], "devDependencies": { "release-it": "*", "@commitlint/config-conventional": "^11.0.0", "@react-native-community/eslint-config": "^2.0.0", "@release-it/conventional-changelog": "^2.0.0", "@types/jest": "^26.0.0", "@types/react": "^17.0.5", "@types/react-native": "^0.64.0", "commitlint": "^11.0.0", "eslint": "^7.14.0", "eslint-config-prettier": "^7.0.0", "eslint-plugin-prettier": "^3.1.3", "git-cz": "^4.8.0", "husky": "^4.2.5", "jest": "^26.0.1", "pod-install": "^0.1.0", "prettier": "^2.0.5", "react": "17.0.1", "react-native": "0.64.0", "react-native-builder-bob": "^0.18.1", "react-native-safe-area-context": "^3.2.0", "typescript": "^4.1.3" }, "peerDependencies": { "react": "*", "react-native": ">=0.62.0", "react-native-safe-area-context": "*" } }