react-native-in-app-message
Version:
React Native in-app native-like notifications.
35 lines (34 loc) • 850 B
JSON
{
"name": "react-native-in-app-message",
"version": "1.0.33",
"description": "React Native in-app native-like notifications.",
"files": [
"src",
"index.d.ts",
"react-native-in-app-message.podspec"
],
"keywords": [
"react-native",
"ui",
"in-app notifications",
"noificaions",
"in-app",
"popup"
],
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KirillGudkov/react-native-in-app-message.git"
},
"author": "Kirill Gudkov",
"license": "ISC",
"bugs": {
"url": "https://github.com/KirillGudkov/react-native-in-app-message/issues"
},
"homepage": "https://github.com/KirillGudkov/react-native-in-app-message#readme",
"devDependencies": {}
}