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 v8.7.0

Published by grahammendick almost 3 years ago

Added

  • #548 Supported custom views in BarButtons (Android). Thanks @alexstanbury
navigation - NavigationReactMobile v3.5.0

Published by grahammendick almost 3 years ago

Added

  • #547 Prevented breadcrumb scenes from rendering. Thanks @software-mansion and @kmagiera
navigation - NavigationReactNative v8.6.0

Published by grahammendick almost 3 years ago

Added

  • #547 Prevented breadcrumb scenes from rendering. Thanks @software-mansion and @kmagiera
navigation - NavigationReactNative v8.5.0

Published by grahammendick almost 3 years ago

Added

  • #546 Supported scope buttons in the search bar (iOS)
navigation - NavigationReactNative v8.4.3

Published by grahammendick almost 3 years ago

Fixed

  • #545 Kept search results hidden when no search text (iOS)
navigation - NavigationReactNative v8.4.2

Published by grahammendick almost 3 years ago

Fixed

  • #544 Prevented large titles from starting small (iOS 14)
navigation - NavigationReactNative v8.4.1

Published by grahammendick almost 3 years ago

Fixed

  • #543 Supported the NavigationBar component with fluent navigation (iOS)
navigation - NavigationReactNative v8.4.0

Published by grahammendick about 3 years ago

Added

  • #541 Supported extended Floating Action Buttons (Android)
navigation - NavigationReactNative v8.3.0

Published by grahammendick about 3 years ago

Added

  • #537 Added Floating Action Button Component (Android)
  • #538 Supported bottom Navigation Bars (Android)
navigation - NavigationReactNative v8.2.0

Published by grahammendick about 3 years ago

Added

  • #535 Added Bottom Sheet Component (Android)
navigation - NavigationReactNative v8.1.1

Published by grahammendick about 3 years ago

Fixed

  • #533 Supported SearchBar inside a CoordinatorLayout inside a TabBarItem (Android)
  • #534 Applied barTintColor to TabBar (iOS 15)

Note

Don’t enable nesting scrolling (nestedScrollEnabled) on your search results list, otherwise your navigation bar may scroll offscreen when scrolling through the results.

navigation - NavigationReactNative v8.1.0

Published by grahammendick about 3 years ago

Added

  • #530 Supported DrawerLayoutAndroid component from react native (Android)
navigation - NavigationReactNative v8.0.0

Published by grahammendick about 3 years ago

Changed

  • #528 Supported Material motion shared element container transforms (Android)
  • #528 Updated material components to v1.4.0 (Android)

Migration

You can’t have more than one shared element transition per navigation. But you don’t need more than one because shared elements can now wrap any views (not just individual elements like an image).

Rename the sharedElements prop of NavigationStack to sharedElement. Return the one shared element as a string instead of a string array.

You may need to create fade animations for the entering and exiting States because your custom animations now run during a shared element transition.

navigation - NavigationReactNative v7.5.0

Published by grahammendick over 3 years ago

Added

  • #524 Supported individual styles for a standard and large NavigationBar
navigation - NavigationReactMobile v3.4.0

Published by grahammendick over 3 years ago

Added

  • #517 Supported fragment identifiers

Fixed

  • #517 Checked for window to prevent isomorphic error
navigation - NavigationReact v4.3.0

Published by grahammendick over 3 years ago

Added

  • #517 Supported fragment identifiers
navigation - Navigation v5.5.0

Published by grahammendick over 3 years ago

Added

  • #517 Supported fragment identifiers
navigation - NavigationReactNative v7.4.2

Published by grahammendick over 3 years ago

Fixed

  • #516 Sized the TitleBar to fit its allocated space. Thanks @salockhart
navigation - Navigation v5.4.1

Published by grahammendick over 3 years ago

Fixed

  • #514 Compiled parseLink TypeScript definition with strict type checking enabled. Thanks @salockhart
navigation - NavigationReact v4.2.0

Published by grahammendick over 3 years ago

Added

  • #510 Supported strongly-typed navigation at compile-time with TypeScript. Thanks @josmithua