forked from wonday/react-native-orientation-locker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 874 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "react-native-orientation-locker",
"version": "1.2.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-locker",
"repository": {
"type": "git",
"url": "git+https://github.com/wonday/react-native-orientation-locker.git"
},
"keywords": [
"orientation",
"react-native",
"android",
"ios",
"screen"
],
"author": {
"name": "Wonday",
"url": "https://github.com/wonday"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/wonday/react-native-orientation-locker/issues"
},
"private": true,
"workspaces": [ "src", "example" ]
}