react-native-send-intent
Version:
React Native Android module to use Android's Intent actions for send sms, text to shareable apps, open custom apps, make phone calls and etc
37 lines (36 loc) • 889 B
JSON
{
"name": "react-native-send-intent",
"version": "1.3.0",
"description": "React Native Android module to use Android's Intent actions for send sms, text to shareable apps, open custom apps, make phone calls and etc",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"react-native",
"react-component",
"intent",
"email",
"send",
"sent",
"share",
"text",
"phone",
"sms",
"call",
"calls",
"dial",
"number",
"maps",
"android"
],
"author": "Lucas Ferreira <contato@lucasferreira.com>",
"license": "MIT",
"repository": "https://github.com/lucasferreira/react-native-send-intent",
"bugs": "https://github.com/lucasferreira/react-native-send-intent/issues",
"peerDependencies": {
"react-native": "*"
}
}