navigation

Scene-Based Navigation for React and React Native

APACHE-2.0 License

Downloads
3.5K
Stars
576
Committers
19

Bot releases are hidden (Show)

navigation - NavigationReactNative v6.20.0

Published by grahammendick over 4 years ago

Added

  • #427 Removed offscreen primary tabs from the view hierarchy (Android)
navigation - NavigationReactNative v6.19.0

Published by grahammendick over 4 years ago

Added

  • #424 Removed offscreen tabs from the view hierarchy

Fixed

  • #425 Survived application restarts (Android)
navigation - NavigationReactNative v6.18.0

Published by grahammendick over 4 years ago

Added

  • #422 Added TabBar badges on Android (includes update of material components to v1.1.0)
navigation - NavigationReactNative v6.17.0

Published by grahammendick over 4 years ago

Added

  • #417 Allowed the tab bar to be hidden per scene (iOS). Thanks @gabrielbull

Fixed

  • #419 Supported backgrounding app during initial navigation (Android). Thanks @salockhart
  • #420 Supported separate transition per shared element (Android)
navigation - NavigationReactNative v6.16.0

Published by grahammendick over 4 years ago

Added

  • #416 Scrolled to top when tab reselected. Thanks @gabrielbull

Fixed

  • #411 Patched missing Location type. Thanks @gabrielbull
  • #415 Typed the crumbs parameter in the NavigationStack callbacks
navigation - NavigationReactNative v6.15.0

Published by grahammendick over 4 years ago

Added

  • #402 Raised onBeforeNavigate event when swipe back starts on iOS
  • #403 Added scene navigation lifecycle hooks
navigation - NavigationReactMobile v3.3.0

Published by grahammendick over 4 years ago

Added

  • #403 Added scene navigation lifecycle hooks
navigation - NavigationReactNative v6.14.0

Published by grahammendick over 4 years ago

Added

  • #397 Supported tinting the text field in the search bar. Thanks @salockhart

Fixed

  • #400 Tinted menu item text on the navigation bar (Android). Thanks @salockhart
  • #401 Supported a transparent navigation bar (Android)
navigation - NavigationReactNative v6.13.0

Published by grahammendick over 4 years ago

Added

  • #398 Allowed scene transition animation to be disabled
navigation - NavigationReactNative v6.12.0

Published by grahammendick over 4 years ago

Added

  • #395 Allowed the active tab of the TabBar component to be controlled
navigation - NavigationReactNative v6.11.0

Published by grahammendick over 4 years ago

Added

  • #393 Allowed addition and removal of TabBarItems on non-primary TabBar (iOS)

Fixed

  • #394 Applied barTint to the whole navigation bar when search expanded (iOS 13)
  • #394 Smoothed navigation bar animation when barTint changes between scenes (iOS 13)
navigation - Navigation v5.3.1

Published by grahammendick over 4 years ago

Fixed

  • #390 Allowed user-supplied values in window history state
navigation - NavigationReactNative v6.10.2

Published by grahammendick over 4 years ago

Fixed

  • #385 Ensured tabs reflect changes made to TabBarItems (Android)
  • #389 Made SearchBar content tappable when inside a Modal (iOS). Thanks @mpiannucci
navigation - NavigationReactMobile v3.2.0

Published by grahammendick over 4 years ago

Added

  • #387 Primed browser history when fluently navigating
navigation - Navigation v5.3.0

Published by grahammendick over 4 years ago

Added

  • #387 Passed StateContext to addHistory on HistoryManager
navigation - NavigationReactNative v6.10.1

Published by grahammendick over 4 years ago

Fixed

  • #380 Typed offset parameter in onOffsetChanged event of NavigationBar. Thanks @salockhart
  • #382 Accepted FontAwesome5 vector icons as image sources (Android). Thanks @salockhart
navigation - NavigationReactNative v6.10.0

Published by grahammendick over 4 years ago

Added

  • #378 Supported NavigationStack inside React Native Modal

Fixed

  • #351 Prevented FragmentTransactions running on an unmounted NavigationStack. Thanks @gabrielbull and @emerson233
navigation - NavigationReactNative v6.9.1

Published by grahammendick over 4 years ago

Fixed

  • #377 Ensured primary tabs that contain stacks are populated on Android
navigation - NavigationReactNative v6.9.0

Published by grahammendick over 4 years ago

Added

  • #375 Rendered inner tabs as a UISegmentedControl on iOS

The 'swipeable’ prop on the TabBar component is deprecated and will be dropped in a future release. Use the new 'primary' prop instead

navigation - NavigationReactNative v6.8.0

Published by grahammendick over 4 years ago

Added

  • #368 Allowed the native driver to handle the NavigationBar’s offsetChange event (Android)
  • #369 Ensured NavigationStacks inside TabBarItems work independently (Android)
  • #372 Determined the primary NavigationStack automatically (Android)
  • 6ab49d0 Accepted a number for the 'badge' prop on TabBarItem (iOS)

Fixed

  • f405197 Accepted 'title' prop changes on TabBarItem (Android)

The 'primary’ prop on the NavigationStack is deprecated and will be dropped in a future release.