expo-sharing
Version:
Provides a way to share files directly with other compatible applications.
52 lines • 1.3 kB
JSON
{
"name": "expo-sharing",
"version": "56.0.15",
"description": "Provides a way to share files directly with other compatible applications.",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"keywords": [
"react-native",
"expo",
"expo-sharing",
"android",
"ios",
"web"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-sharing"
},
"jest": {
"preset": "expo-module-scripts"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/sharing/",
"dependencies": {
"@expo/plist": "^0.7.0",
"@expo/config-plugins": "^56.0.8",
"@expo/config-types": "^56.0.5"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@types/react": "~19.2.0",
"expo-module-scripts": "56.0.2",
"expo": "56.0.8"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"gitHead": "7df487c3b35d509e8988c87c0abcf8a7d76aa202",
"scripts": {
"build": "expo-module build",
"build:plugin": "expo-module build plugin",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"expo-module": "expo-module"
}
}