Skip to content

Commit

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

### ChangeLog

v1.1.1
1. fix show "supported event type for deviceOrientationDidChange..." error in debug
2. fix getAutoRotateState() code error


v1.1.0 **BREAK CHANGE**
1. split ```addOrientationListener(function(orientation, deviceOrientation))``` to ```addOrientationListener(function(orientation))``` and ```addDeviceOrientationListener(function(deviceOrientation))```
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-orientation-locker",
"version": "1.1.0",
"version": "1.1.1",
"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 6ac23bd

Please sign in to comment.