Skip to content

Releases: gladiuscode/react-native-orientation-director

Release 2.6.1

27 Jul 15:31

Choose a tag to compare

2.6.1 (2025-07-27)

  • fix(android): broken interface computation (#89) (26cf330), closes #89
  • docs: indicate required android imports (#88) (ef8a429), closes #88

New Contributors

@antonypetras made their first contribution in #88

Release 2.6.0

28 Jun 17:04

Choose a tag to compare

2.6.0 (2025-06-28)

  • fix(android): face up or down detection and improve portrait (#84) (9bc1d9c), closes #84
  • fix(android): increase tolerance to tilts and improve landscape checks (#78) (11df8e6), closes #78
  • fix(iOS): expo plugin override keyword on ios (#86) (f5465f5), closes #86
  • feat: setup package to use exports keyword and expose app.plugin.js (#79) (38d0df1), closes #79
  • feat: upgrade example app (#82) (8e5f89a), closes #82
  • feat(android): introduce new rotation sensor (#80) (7397a64), closes #80
  • chore: improve tools setup (#81) (8c6739e), closes #81

Release 2.5.1

25 May 12:15

Choose a tag to compare

2.5.1 (2025-05-25)

  • fix(iOS): iOS 15 doesn't lock the interface using provided methods (#76) (5e178f8), closes #76
  • fix(iOS): simulator infinite loop rotating orientation (#74) (dc634c5), closes #74

Release 2.5.0

11 May 15:44

Choose a tag to compare

2.5.0 (2025-05-11)

  • feat: upgrade react native to 79.2 (#72) (0e25040), closes #72
  • fix(docs): wrong app delegate file mention (#71) (6ff29e8), closes #71

Release 2.4.0

10 Apr 18:25

Choose a tag to compare

2.4.0 (2025-04-10)

Bug Fixes

  • android: missing check before unregistering receiver (#66) (bbebf56)

Features

  • upgrade react-native-builder-bob and align output support (#65) (6826ae4)
  • upgrade to .78.2 (#64) (96876fa)

Release 2.3.2

26 Mar 22:35

Choose a tag to compare

2.3.2 (2025-03-26)

Bug Fixes

  • plugin: missing intent and configuration imports logic (#61) (567ec4d)

Release 2.3.1

23 Mar 13:39

Choose a tag to compare

2.3.1 (2025-03-23)

Bug Fixes

  • android: interface orientation listener not working with manual rotation (#59) (9c93d94)

Release 2.3.0

27 Feb 20:48

Choose a tag to compare

2.3.0 (2025-02-27)

This library officially supports Expo CNG now, through a custom plugin.

Bug Fixes

Features

Release 2.2.0

04 Feb 18:28

Choose a tag to compare

2.2.0 (2025-02-04)

Bug Fixes

Features

  • enhance lockTo to support both landscape orientations (#44) (fe6e747)

Release 2.1.0

10 Nov 16:24

Choose a tag to compare

2.1.0 (2024-11-10)

Refactor

  • iOS: remove manual interface orientation computation (#41) (1067167)

Features

  • js: add is lockable orientation method (#42) (065f01b)
  • js: extend lockTo method with additional parameter (#40) (6e245cf)