react-native-overlay-coach-mark
Version:
UI component for coach mark which is often used in tutorials.
26 lines (25 loc) • 580 B
JSON
{
"name": "react-native-overlay-coach-mark",
"version": "0.8.1",
"description": "UI component for coach mark which is often used in tutorials.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "@takahi5",
"repository": {
"type": "git",
"url": "git@github.com:takahi5/react-native-overlay-coach-mark.git"
},
"keywords": [
"react-native",
"coachmark",
"guide",
"tutorial"
],
"license": "MIT",
"dependencies": {
"react-native-svg": "^12.1.0"
}
}