Skip to content

Commit efc2891

Browse files
author
Wonday
committed
version up to v1.1.6
1 parent 2813e54 commit efc2891

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ A react-native module that can listen on orientation changing of device, get cur
1111

1212
### ChangeLog
1313

14+
v1.1.6
15+
1. catch unknown device orientation value
16+
2. when calling unlockAllOrientations(), forcibly unlock whether lock or not
17+
1418
v1.1.5
1519
1. add Orientation.isLocked() and Orientation.removeAllListeners()
1620

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-orientation-locker",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"summary": "A react-native module that can listen on orientation changing of device",
55
"description": "A react-native module that can listen on orientation changing of device, get current orientation, lock to preferred orientation.",
66
"homepage": "https://github.com/wonday/react-native-orientation-locker",

0 commit comments

Comments
 (0)