Skip to content

Commit

Permalink
version up to v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed May 20, 2019
1 parent 2813e54 commit efc2891
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ A react-native module that can listen on orientation changing of device, get cur

### ChangeLog

v1.1.6
1. catch unknown device orientation value
2. when calling unlockAllOrientations(), forcibly unlock whether lock or not

v1.1.5
1. add Orientation.isLocked() and Orientation.removeAllListeners()

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-orientation-locker",
"version": "1.1.5",
"version": "1.1.6",
"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",
Expand Down

0 comments on commit efc2891

Please sign in to comment.