react-native-message-compose
Version:
React Native library for composing Message / SMS / Text. Wraps MFMessageComposeViewController for iOS and Intent for Android.
34 lines (32 loc) • 876 B
JSON
{
"name": "react-native-message-compose",
"version": "0.0.6",
"description": "React Native library for composing Message / SMS / Text. Wraps MFMessageComposeViewController for iOS and Intent for Android.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/joonhocho/react-native-message-compose.git"
},
"keywords": [
"react-native",
"react",
"native",
"sms",
"text",
"message",
"compose",
"MFMessageComposeViewController",
"ios",
"intent",
"android"
],
"author": "Joon Ho Cho <joonho1101@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/joonhocho/react-native-message-compose/issues"
},
"homepage": "https://github.com/joonhocho/react-native-message-compose#readme"
}