Skip to content

jasonmerino/react-navigation-poc

Repository files navigation

react-navigation POC

Requirements

  • navigator push
  • navigator pop
  • 👎🏼 navigator replace
  • 👎🏼 navigator pop to top
  • 👎🏼 navigator pop number of routes
  • 👎🏼 configurable navigation transitions per screen (react-navigation/react-navigation#2585)
  • select a different tab
  • custom styles for different platform headers
  • custom header components
  • update route params
  • conduct navigation actions through non-screen level components

Bonus points

  • hide tabbar for individual screen
  • 😩 standard and extendable deep link handling It exists, but it cannot be used with redux (react-navigation/react-navigation#1106)
  • integrate with redux
  • translucent navigation bar

Results

Pros

  • Navigate using withNavigation from non-screen components

Cons

  • No replace(), popToTop(), or popN() (Show-stopper?)
  • Transitions don't seem as smooth as react-native-navigation
  • Passing props into a component happens through this.props.navigation.state.params 👎🏼

Activity

react-navigation activity

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published