Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 26a253b

Browse files
author
Wonday
committedAug 1, 2020
version up to v1.2.0
1 parent a5376cd commit 26a253b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ A react-native module that can listen on orientation changing of device, get cur
1313
<details>
1414
<summary>ChangeLog details</summary>
1515

16+
v1.2.0
17+
1. Add support for lockAllOrientationsButUpsideDown
18+
2. Ignore on web and desktop (#115)
19+
3. Fix for not finding @ReactModule (#125)
20+
4. Fix unlockAllOrientations on Android (#133)
21+
5. Implement ActivityLifecycleCallbacks on Android (#131)
22+
1623
v1.1.8
1724
1. Support FACE-UP and FACE-DOWN on iOS
1825

‎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.8",
3+
"version": "1.2.0",
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)
Please sign in to comment.