Skip to content

Releases: gladiuscode/react-native-orientation-director

Release 3.0.2

02 Apr 18:39

Choose a tag to compare

3.0.2 (2026-04-02)

Bug Fixes

  • android: missing listener instance try catch (#110) (678afad)

Release 3.0.1

02 Apr 08:20

Choose a tag to compare

3.0.1 (2026-04-02)

Bug Fixes

Release 3.0.0

22 Mar 10:31

Choose a tag to compare

3.0.0 (2026-03-22)

This version officially drops the old arch, please see: How to migrate: from 2.x to 3.x

Bug Fixes

  • plugin: missing typescript dependency (#104) (725c832)

Features

Release 2.6.5

17 Dec 19:06

Choose a tag to compare

2.6.5 (2025-12-17)

  • fix(#98): initial device computation breaking sensor usages on android (#100) (d877a78), closes #98 #100

Release 2.6.4

16 Nov 16:45

Choose a tag to compare

2.6.4 (2025-11-16)

  • fix(android): portrait falsy report when degrees don't match clauses (#96) (b6a27da), closes #96

Release 2.6.3

24 Oct 21:57

Choose a tag to compare

2.6.3 (2025-10-24)

  • fix: expo plugin breaking due to override keyword needing to be public in version 54 (#95) (91d4a30), closes #95

Release 2.6.2

20 Oct 21:02

Choose a tag to compare

2.6.2 (2025-10-20)

  • fix: expo plugin breaking due to override keyword not supported in version 54 (#92) (1142126), closes #92

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