React Native Orientation Locker Versions Save

A react-native module that can listen on orientation changing of device, get current orientation, lock to preferred orientation.

v1.1.2

5 years ago
  1. improve android orientation changed event timing

v1.1.1

5 years ago
  1. fix show "supported event type for deviceOrientationDidChange..." error in debug
  2. fix getAutoRotateState() code error

v1.1.0

5 years ago
  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

5 years ago
  1. add getAutoRotateState()

v1.0.21

5 years ago
  1. add getDeviceOrientation()
  2. orientationDidChange return DeviceOrientation

v1.0.19

5 years ago
  1. change license to MIT

v1.0.18

5 years ago
  1. update build.gradle for RN 0.57
  2. format some codes and readme

v1.0.17

5 years ago
  1. fix podspec
  2. fix "Calling UI code from background thread" error

v1.0.16

5 years ago
  1. restore s.dependency 'React' to podspec

v1.0.15

5 years ago
  1. remove s.dependency 'React' from podspec