mirror of
https://github.com/status-im/react-native-mail.git
synced 2026-08-27 17:51:12 +00:00
25 lines
559 B
JSON
25 lines
559 B
JSON
{
|
|
"name": "react-native-mail",
|
|
"version": "6.1.1",
|
|
"description": "A wrapper on top of MFMailComposeViewController from iOS and Mail Intent on android",
|
|
"author": {
|
|
"name": "Chirag Jain",
|
|
"email": "jain_chirag04@yahoo.com",
|
|
"url": "http://chiragjain.tumblr.com"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:chirag04/react-native-mail.git"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"react-native",
|
|
"react-component",
|
|
"ios",
|
|
"android",
|
|
"email",
|
|
"MFMailComposeViewController"
|
|
]
|
|
}
|