Skip to content

Releases: JairajJangle/react-native-navigation-mode

v1.2.5

01 Dec 14:21

Choose a tag to compare

1.2.5 (2025-12-01)

Bug Fixes

  • resolve inconsistent isGestureNavigation detection on Android devices (de42453)
    • Use interactionMode as source of truth for Android Q+ devices
    • Fix legacy detection method that always returned false for pre-Q devices
    • Ensure isGestureNavigation matches interactionMode value

Fixes issue where devices reported interactionMode = 2 but isGestureNavigation = false

v1.2.4

07 Nov 14:32

Choose a tag to compare

1.2.4 (2025-11-07)

Bug Fixes

  • upgraded deps and remove rn cli dep (536aca4)
  • upgraded rn cli dep (dbb1a95)

v1.2.3

24 Sep 02:44

Choose a tag to compare

1.2.3 (2025-09-24)

Bug Fixes

  • example/Gemfile to reduce vulnerabilities (f1d9bd5)

v1.2.2

01 Sep 12:56

Choose a tag to compare

1.2.2 (2025-09-01)

Bug Fixes

  • potential fix for missing import suggestion (2fad6a4)

v1.2.2-beta.1

01 Sep 10:45

Choose a tag to compare

v1.2.2-beta.1 Pre-release
Pre-release

1.2.2-beta.1 (2025-09-01)

Bug Fixes

  • potential fix for missing import suggestion (2fad6a4)

v1.2.1

02 Aug 06:35

Choose a tag to compare

1.2.1 (2025-08-02)

Bug Fixes

  • add null check for Android WindowInsets.getInsets() result (7d18ab5)

v1.2.0

21 Jul 17:38

Choose a tag to compare

1.2.0 (2025-07-21)

Features

  • added support for expo managed workflows (b60fc17)
  • docs: updated readme with expo setup guide(db70375)

v1.2.0-beta.2

21 Jul 14:43

Choose a tag to compare

v1.2.0-beta.2 Pre-release
Pre-release

1.2.0-beta.2 (2025-07-21)

Bug Fixes

  • expo managed workflow incorrectly loading es module from common js context (29d171f)

v1.2.0-beta.1

21 Jul 03:28

Choose a tag to compare

v1.2.0-beta.1 Pre-release
Pre-release

1.2.0-beta.1 (2025-07-21)

Expo support might be unstable or not work at all. This is a work in progress. Stay tuned for production release.

Features

  • added support for expo managed workflows (b60fc17)

v1.1.1

17 Jul 14:23

Choose a tag to compare

1.1.1 (2025-07-17)

Bug Fixes

  • docs: refined readme to be more intuitive (d84df86)