UNPKG

expo-intent-launcher

Version:

Provides a way to launch Android intents, e.g. opening a specific activity.

44 lines (43 loc) 1.17 kB
{ "name": "expo-intent-launcher", "version": "12.0.2", "description": "Provides a way to launch Android intents, e.g. opening a specific activity.", "main": "build/IntentLauncher.js", "types": "build/IntentLauncher.d.ts", "sideEffects": false, "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module" }, "keywords": [ "react-native", "expo", "expo-intent-launcher", "intent", "launcher" ], "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-intent-launcher" }, "bugs": { "url": "https://github.com/expo/expo/issues" }, "author": "650 Industries, Inc.", "license": "MIT", "homepage": "https://docs.expo.dev/versions/latest/sdk/intent-launcher/", "dependencies": {}, "devDependencies": { "expo-module-scripts": "^4.0.3" }, "peerDependencies": { "expo": "*" }, "gitHead": "986a4689b91f3efc527f7178a320b987c0005842" }