Skip to content

Releases: grahammendick/navigation

NavigationReactNative v6.2.0

30 Oct 21:09
Compare
Choose a tag to compare

Added

Use the NavigationBar, RightBar, LeftBar and BarButton components instead of the NavigationBarIOS, RightBarIOS, LeftBarIOS and BarButtonIOS components. Support for the IOS-only versions is deprecated and will be dropped in a future release.

NavigationReactNative v6.1.2

22 Oct 17:22
Compare
Choose a tag to compare

Fixed

  • #312 Allowed other libraries to add Fragments on Android. Thanks @melkayam92
  • #316 Prevented postponing back navigation when no shared elements on Android

NavigationReactNative v6.1.1

10 Oct 10:18
Compare
Choose a tag to compare

Fixed

  • 95f0da0 Prevented removal of active back handlers

NavigationReactNative v6.1.0

06 Oct 21:58
Compare
Choose a tag to compare

Added

  • #307 Added Tab Bar Component on Android

Use the TabBar component instead of the TabBarIOS component. TabBarIOS support is deprecated and will be dropped in a future release.

NavigationReactNative v6.0.0

18 Sep 19:44
Compare
Choose a tag to compare

Changed

  • #301 Depended on React Native v0.60 or later
  • #301 Changed NavigationStack to use Fragments on Android

Added

  • #301 Supported nested NavigationStack components

Fixed

Migration

Upgrade React Native to v0.60 or later. Replace DrawerLayoutAndroid with React Native Gesture Handler’s DrawerLayout component or equivalent.

To revert to Activities instead of Fragments, set the fragmentMode prop of NavigationStack to false. Activity support is deprecated and will be dropped in a future release.

NavigationReactNative v5.7.0

06 Sep 17:08
Compare
Choose a tag to compare

New

Fixed

  • #297 Prevented blank screen on orientation change on Android

NavigationReactNative v5.6.2

28 Aug 21:02
Compare
Choose a tag to compare

Fix

  • #294 Enabled keyboard events on Android. Thanks @SatyaFariz
  • #295 Removed restriction on stack size for shared element transitions on Android

NavigationReactNative v5.6.1

22 Aug 19:14
Compare
Choose a tag to compare

Fix

  • #289 Ran shared element transition after orientation change on Android
  • #290 Started closed app from deep link on Android
  • #292 Defaulted shared element transition if invalid prop supplied on Android

NavigationReactNative v5.6.0

18 Aug 21:22
Compare
Choose a tag to compare

New

Fixed

  • #285 Reset Navigation Bar title color when back pressed on iOS. Thanks @mpiannucci

NavigationReactMobile v3.1.1

18 Aug 21:00
Compare
Choose a tag to compare

Fix

  • #286 Prevented repeat navigation from restarting the animation