UNPKG

react-native-internal-notification

Version:

Typescript component to show internal (in-app) notifications for react native application

38 lines (37 loc) 1.06 kB
{ "name": "react-native-internal-notification", "version": "1.0.7", "description": "Typescript component to show internal (in-app) notifications for react native application", "main": "dist/index.js", "typings": "dist/index.d.ts", "repository": "https://github.com/VeXell/react-native-internal-notification", "author": "Viacheslav Volkov <vexell@gmail.com>", "license": "MIT", "peerDependencies": { "react-native": ">=0.60.0", "typescript": ">=3.9.2" }, "devDependencies": { "@types/react": "^17.0.2", "@types/react-native": "^0.64.1", "react": "^17.0.2", "react-native": "^0.64.1", "typescript": "^4.2.4" }, "scripts": { "build": "rm -rf ./dist && tsc -p tsconfig.json" }, "keywords": [ "inapp", "react", "react-native", "notification", "notifications", "animation", "in-app-notification", "inapp-notifications", "ios", "android", "typescript" ] }