Skip to content

Commit

Permalink
version up to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed Aug 1, 2020
1 parent a5376cd commit 26a253b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ A react-native module that can listen on orientation changing of device, get cur
<details>
<summary>ChangeLog details</summary>

v1.2.0
1. Add support for lockAllOrientationsButUpsideDown
2. Ignore on web and desktop (#115)
3. Fix for not finding @ReactModule (#125)
4. Fix unlockAllOrientations on Android (#133)
5. Implement ActivityLifecycleCallbacks on Android (#131)

v1.1.8
1. Support FACE-UP and FACE-DOWN on iOS

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.8",
"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",
Expand Down

0 comments on commit 26a253b

Please sign in to comment.