UNPKG

expo-sms

Version:

Provides access to the system's UI/app for sending SMS messages.

43 lines 1.04 kB
{ "name": "expo-sms", "version": "56.0.3", "description": "Provides access to the system's UI/app for sending SMS messages.", "main": "build/SMS.js", "types": "build/SMS.d.ts", "sideEffects": false, "keywords": [ "react-native", "expo", "sms" ], "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-sms" }, "bugs": { "url": "https://github.com/expo/expo/issues" }, "author": "650 Industries, Inc.", "license": "MIT", "homepage": "https://docs.expo.dev/versions/latest/sdk/sms/", "jest": { "preset": "expo-module-scripts" }, "dependencies": {}, "devDependencies": { "expo-module-scripts": "56.0.2", "expo": "56.0.0-preview.5" }, "peerDependencies": { "expo": "*" }, "gitHead": "a8ab3da510a34b7bdb2262aa9887d4f78b102280", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "expo-module": "expo-module" } }