Skip to content

Releases: wonday/react-native-orientation-locker

v1.1.2

31 Jan 13:20
Compare
Choose a tag to compare
  1. improve android orientation changed event timing

v1.1.1

20 Dec 12:14
Compare
Choose a tag to compare
  1. fix show "supported event type for deviceOrientationDidChange..." error in debug
  2. fix getAutoRotateState() code error

v1.1.0

18 Dec 10:21
Compare
Choose a tag to compare
  1. split addOrientationListener(function(orientation, deviceOrientation)) to addOrientationListener(function(orientation)) and addDeviceOrientationListener(function(deviceOrientation))
  2. resend UI orientation event when lockToXXX and unlockAllOrientations
  3. remove setTimout from orientation listener
  4. add getAutoRotateState() for android
  5. add TypeScript define file

v1.0.22

28 Nov 15:13
Compare
Choose a tag to compare
  1. add getAutoRotateState()

v1.0.21

03 Nov 08:51
Compare
Choose a tag to compare
  1. add getDeviceOrientation()
  2. orientationDidChange return DeviceOrientation

v1.0.19

27 Oct 15:24
Compare
Choose a tag to compare
  1. change license to MIT

v1.0.18

17 Oct 12:33
Compare
Choose a tag to compare
  1. update build.gradle for RN 0.57
  2. format some codes and readme

v1.0.17

17 Oct 12:14
Compare
Choose a tag to compare
  1. fix podspec
  2. fix "Calling UI code from background thread" error

v1.0.16

27 Sep 02:18
Compare
Choose a tag to compare
  1. restore s.dependency 'React' to podspec

v1.0.15

18 Sep 02:37
Compare
Choose a tag to compare
  1. remove s.dependency 'React' from podspec