navigation

Scene-Based Navigation for React and React Native

APACHE-2.0 License

Downloads
3.5K
Stars
576
Committers
19

Bot releases are visible (Hide)

navigation - NavigationReactNative v6.7.1

Published by grahammendick over 4 years ago

Fixed

  • #367 Fixed Android build on React Native v0.62. Thanks @SatyaFariz
navigation - NavigationReactNative v6.7.0

Published by grahammendick over 4 years ago

Added

  • #358 Integrated the Tab Bar with the scrollable Navigation Bar on Android
navigation - NavigationReactNative v6.6.0

Published by grahammendick over 4 years ago

Added

  • #354 Made the Navigation Bar scrollable and collapsible on Android. Thanks @arunmenon1975

Fixed

  • #356 Prevented committing Fragments when state saved on Android. Thanks @gabrielbull
navigation - NavigationReactNative v6.5.1

Published by grahammendick over 4 years ago

Fixed

  • #350 Prevented Android error when navigating back before forward animation completes. Thanks @gabrielbull
navigation - NavigationReactNative v6.5.0

Published by grahammendick almost 5 years ago

Added

  • #332 Allowed the back button title to be changed on iOS. Thanks @mpiannucci
  • #341 Matched bottom TabBar to Material design guide on Android. Thanks @mpiannucci

Fixed

  • #341 Tinted TabBar images on Android. Thanks @mpiannucci
navigation - NavigationReactNative v6.4.1

Published by grahammendick almost 5 years ago

Fixed

  • #330 Supported requiring TabBar images on Android
  • #331 Tinted NavigationBar and TabBar images on Android. Thanks @mpiannucci
navigation - NavigationReactNative v6.4.0

Published by grahammendick almost 5 years ago

Added

  • #328 Allowed the TabBar to scroll horizontally on Android. Thanks @arunmenon1975

Fixed

  • 18e5b26 Ensured NavigationBar images appear on Android
navigation - NavigationReactNative v6.3.0

Published by grahammendick almost 5 years ago

Added

  • #323 Added Search Bar Component on Android

Use the SearchBar component instead of the SearchBarIOS component. Use the SharedElement component instead of the SharedElementAndroid component. SearchBarIOS and SharedElementAndroid support is deprecated and will be dropped in a future release.

navigation - NavigationReactNative v6.2.0

Published by grahammendick almost 5 years ago

Added

  • #311 Added Navigation Bar Component on Android. Thanks @emerson233 and @arunmenon1975

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.

navigation - NavigationReactNative v6.1.2

Published by grahammendick almost 5 years ago

Fixed

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

Published by grahammendick about 5 years ago

Fixed

  • 95f0da0 Prevented removal of active back handlers
navigation - NavigationReactNative v6.1.0

Published by grahammendick about 5 years ago

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.

navigation - NavigationReactNative v6.0.0

Published by grahammendick about 5 years ago

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

  • #299 Supported React Native Gesture Handler. Thanks @SatyaFariz
  • #300 Supported React Native’s StatusBar component. Thanks @SatyaFariz

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.

navigation - NavigationReactNative v5.7.0

Published by grahammendick about 5 years ago

New

  • #296 Added Title Bar Component on iOS. Thanks @studyroz

Fixed

  • #297 Prevented blank screen on orientation change on Android
navigation - NavigationReactNative v5.6.2

Published by grahammendick about 5 years ago

Fix

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

Published by grahammendick about 5 years ago

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
navigation - NavigationReactNative v5.6.0

Published by grahammendick about 5 years ago

New

  • #284 Added badge props to Tab Bar Item Component on iOS. Thanks @arunmenon1975

Fixed

  • #285 Reset Navigation Bar title color when back pressed on iOS. Thanks @mpiannucci
navigation - NavigationReactMobile v3.1.1

Published by grahammendick about 5 years ago

Fix

  • #286 Prevented repeat navigation from restarting the animation
navigation - NavigationReactNative v5.5.0

Published by grahammendick about 5 years ago

New

  • #263 Added color props to Navigation Bar and Tab Bar Components on iOS. Thanks @mpiannucci

Fixed

  • #277 Allowed the first child of a scene to be replaced. Thanks @arunmenon1975 and @SatyaFariz
  • #279 Added BackHandler listeners earlier on Android so that userland listeners fire first
navigation - NavigationReactNative v5.4.1

Published by grahammendick about 5 years ago

Fix

  • #275 Ensured onAfterUpdateTransaction of NavigationStackView called every navigation