react-native-orientation-bits
Version:
A react-native module that can listen on orientation changing of device, get current orientation, lock to preferred orientation.
47 lines (46 loc) • 1.2 kB
JSON
{
"name": "react-native-orientation-bits",
"version": "1.4.0",
"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/wonday/react-native-orientation-bits",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"orientation",
"react-native",
"android",
"ios",
"windows",
"screen"
],
"author": {
"name": "Wonday",
"url": ""
},
"license": "MIT",
"bugs": {
"url": ""
},
"dependencies": {
},
"peerDependencies": {
"react": ">=16.13.1",
"react-native": ">=0.63.2",
"react-native-windows": ">=0.63.3"
},
"peerDependenciesMeta": {
"react-native-windows": {
"optional": true
}
},
"devDependencies": {
"react": "16.13.1",
"react-native": "0.69.12",
"react-native-windows": "^0.63.3"
}
}