@imonk777/react-native-orientation-locker
Version:
A react-native module that can listen on orientation changing of device, get current orientation, lock to preferred orientation.
49 lines (48 loc) • 1.29 kB
JSON
{
"name": "@imonk777/react-native-orientation-locker",
"version": "1.5.4",
"summary": "A react-native module that can listen on orientation changing of device",
"description": "A react-native module that can listen on orientation changing of device, get current orientation, lock to preferred orientation.",
"homepage": "https://github.com/iMonk777/react-native-orientation-locker",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/iMonk777/react-native-orientation-locker.git"
},
"keywords": [
"orientation",
"react-native",
"android",
"ios",
"windows",
"screen"
],
"author": "Wonday (https://github.com/wonday)",
"license": "MIT",
"bugs": {
"url": "https://github.com/iMonk777/react-native-orientation-locker/issues"
},
"dependencies": {},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-windows": "*"
},
"peerDependenciesMeta": {
"react-native-windows": {
"optional": true
}
},
"devDependencies": {
"react": "*",
"react-native": "*",
"react-native-windows": "*"
},
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}