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 - Navigation v5.4.0

Published by grahammendick over 3 years ago

Added

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

Published by grahammendick over 3 years ago

Fixed

  • #509 Applied hidden prop of the NavigationBar only when scene is on top (iOS). Thanks @salockhart
navigation - NavigationReactNative v7.4.0

Published by grahammendick over 3 years ago

Added

  • #504 Supported custom views in BarButtons on iOS. Thanks @a-eid
navigation - NavigationReactNative v7.3.2

Published by grahammendick almost 4 years ago

Fixed

  • #489 Applied barTintColor prop to large title background (iOS >= 13)
  • #490 Improved performance of scene initialisation (iOS)
navigation - NavigationReactNative v7.3.1

Published by grahammendick almost 4 years ago

Fixed

  • #479 Defaulted colors when props cleared (Android)
  • #480 Ensured NavigationBar renders exactly one StatusBar (iOS)
navigation - NavigationReactNative v7.3.0

Published by grahammendick almost 4 years ago

Added

  • #464 Supported end-to-end testing by adding testIDs to buttons and tabs. Thanks @salockhart
navigation - NavigationReactNative v7.2.1

Published by grahammendick almost 4 years ago

Fixed

  • #473 Prevented keyboard events from firing twice (Android)
  • #474 Centred Alert anchored to a navigation bar button (iOS). Thanks @ndco & @Dwar3xwar
navigation - NavigationReactNative v7.2.0

Published by grahammendick almost 4 years ago

Added

  • #469 Added Status Bar Component

Fixed

  • #471 Matched large title appearance to system defaults (iOS 13). Thanks @julian-baumann
navigation - NavigationReactNative v7.1.0

Published by grahammendick almost 4 years ago

Added

  • #466 Allowed left bar buttons to be displayed in addition to the back button
navigation - NavigationReactNative v7.0.2

Published by grahammendick almost 4 years ago

Fixed

  • #463 Allowed the navigation bar to be hidden when navigating from search results (iOS). Thanks @salockhart
  • #463 Prevented navigation bar appearing on search results when navigating (iOS 12)
navigation - NavigationReactNative v7.0.1

Published by grahammendick almost 4 years ago

Fixed

  • #456 Loaded BarButton and TabBar images asynchronously (iOS)
  • #457 Applied UINavigationBar updates when scene is on top of the stack (iOS)
navigation - NavigationReactNative v7.0.0

Published by grahammendick about 4 years ago

Changed

  • #451 Removed deprecated Activity-per-scene support
  • #452 Removed deprecated platform-suffixed components
  • #453 Removed deprecated primary prop from NavigationStack (Android)
  • #454 Removed deprecated swipeable prop from TabBar (Android)
  • #455 Ensured RightBar buttons appear in order (iOS). Thanks @salockhart

Added

  • #447 Supported changing the font of the NavigationBar title and buttons
  • #450 Supported changing the font of the TabBar title

Fixed

  • #449 Reset stack when reselecting tab on iOS 14

Migration

Drop the platform-suffix from any navigation-react-native component. For example, use TabBar instead of TabBarIOS.
Use the primary prop on the TabBar instead of the swipeable prop. For example, use primary={false} instead of swipeable={true}.
On iOS, reverse the order of BarButtons inside the RightBar

navigation - NavigationReactNative v6.25.1

Published by grahammendick about 4 years ago

Fixed

  • #446 Updated BarButton and TabBarItem when systemItem prop changes (iOS)
navigation - NavigationReactNative v6.25.0

Published by grahammendick about 4 years ago

Added

  • #445 Supported right-to-left layout (includes ViewPager2 v1.0.0)
navigation - NavigationReactNative v6.24.0

Published by grahammendick about 4 years ago

Added

  • #443 Allowed BarButton to anchor an ActionSheetIOS (iOS). Thanks @salockhart
navigation - NavigationReactNative v6.23.1

Published by grahammendick about 4 years ago

Fixed

  • #439 Sped up time to first pixel of TabBar (Android)
navigation - NavigationReactNative v6.23.0

Published by grahammendick about 4 years ago

Added

  • #435 Supported action views in the navigation bar (Android)
navigation - NavigationReactNative v6.22.1

Published by grahammendick about 4 years ago

Fixed

  • #431 Supported a transparent navigation bar (iOS)
navigation - NavigationReactNative v6.22.0

Published by grahammendick about 4 years ago

Added

  • #429 Made the Tab Bar collapsible (Android)
navigation - NavigationReactNative v6.21.0

Published by grahammendick over 4 years ago

Added

  • #428 Scrolled stack to top when tab reselected (Android)