expo-pip-android
Version:
A library that provides access to Picture In Picture API for Android only
44 lines (43 loc) • 1.27 kB
JSON
{
"name": "expo-pip-android",
"version": "1.0.0",
"description": "A library that provides access to Picture In Picture API for Android only",
"main": "build/index.js",
"types": "build/index.d.ts",
"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",
"open:ios": "open -a \"Xcode\" example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"expo-pip",
"ExpoPip",
"picture in picture",
"pip"
],
"repository": "https://github.com/abbas-baton/expo-pip-android",
"bugs": {
"url": "https://github.com/abbas-baton/expo-pip-android/issues"
},
"author": "Abbas Farid <abbas@batoncorporation.com> (https://github.com/abbas-baton)",
"license": "MIT",
"homepage": "https://github.com/abbas-baton/expo-pip-android#readme",
"devDependencies": {
"@types/react": "^18.0.25",
"expo-module-scripts": "^4.0.5",
"expo-modules-core": "^2.2.3"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}