UNPKG

expo-screen-orientation

Version:

Expo universal module for managing device's screen orientation

49 lines (48 loc) 1.27 kB
{ "name": "expo-screen-orientation", "version": "4.1.0", "description": "Expo universal module for managing device's screen orientation", "main": "build/ScreenOrientation.js", "types": "build/ScreenOrientation.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-screen-orientation", "orientation", "screen" ], "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-screen-orientation" }, "bugs": { "url": "https://github.com/expo/expo/issues" }, "author": "650 Industries, Inc.", "license": "MIT", "homepage": "https://docs.expo.dev/versions/latest/sdk/screen-orientation/", "jest": { "preset": "expo-module-scripts" }, "dependencies": { "@expo/config-plugins": "^4.0.2" }, "devDependencies": { "expo-module-scripts": "^2.0.0" }, "peerDependencies": { "expo": "*" }, "gitHead": "2e5c6983b86d5ecfca028ba64002897d8adc2cc4" }