Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in react-navigation-v5

interface does not satisfy the constraint 'Record<string, object | undefined>'. Index signature is missing in type 'StackParamList'.ts(2344)

How to get the route params using route.params in react native navigation?

willFocus event in react navigation 5

Found screens with the same name nested inside one another. This can cause confusing behavior during navigation. React navigation 5.x

React Navigation 5 - Deep linking not accepting given path and resolving to state as expected

Previous screen is popped with current screen either, when user goes back by device or browser back button in drawerContent, react-navigation v5

Extend an Screen options in react-native

Is is possible to use navigation.toggleDrawer() in navigation options

Is there a way to check if a specific bottom tab is active before showing another component?

'jumpTo' vs 'navigate' in React (Native) Navigation

How to wrap multiple stack screens with context provider in react navigation 5?

Where to put all the screens which are common in multiple stack navigators? - React Navigation v5