Category "react-navigation-bottom-tab"

how to override drawer navigation?

i'm trying to implement drawer navigation and bottom tab navigation. I used "@react-navigation/drawer": "^6.4.1", "@react-navigation/bottom-tabs": "^6.3.1", fo

Type error in getting route params within nested navigator using Typescript [react-navigation v6]

Having a navigation type definition as bellow, when I navigate from e.g AOne to BTwo with id:99 the console log of props.route.params shows correct info. But p

React-native animation only running on initial screen render on bottom tabbar

After upgrading react-navigation to v6, my custom animations on tabbar items are only running once (when screen is initially rendered) and I cannot figure out w