react-native-email-link
Version:
Open the mail app of the user's choice
41 lines (40 loc) • 991 B
JSON
{
"name": "react-native-email-link",
"version": "1.16.1",
"versionCode": 3,
"description": "Open the mail app of the user's choice",
"main": "index",
"repository": {
"type": "git",
"url": "git+https://github.com/includable/react-native-email-link.git"
},
"scripts": {
"lint:fix": "prettier --write .",
"lint": "prettier --check .",
"release": "semantic-release"
},
"keywords": [
"react-native",
"react-component",
"email",
"link",
"linking",
"react",
"ios",
"android"
],
"author": "Thomas Schoffelen <thomas@includable.com> (https://includable.com/)",
"license": "MIT",
"homepage": "https://github.com/includable/react-native-email-link#readme",
"bugs": {
"url": "https://github.com/includable/react-native-email-link/issues"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.40.0"
},
"devDependencies": {
"prettier": "^3.3.2",
"semantic-release": "^23.1.1"
}
}