Answers for "bottom tabs react navigation"

0

@react-navigation/bottom-tabs install

npm i @react-navigation/bottom-tabs
Posted by: Guest on July-04-2021
1

@react-navigation/bottom-tabs get active tab

const [crtRouteIndex, setCrtRouteIndex] = useState(0)

 return (
    <NavigationContainer
      onStateChange={(state) => setCrtRouteIndex(state?.index || 0)}
    >
	...
)
Posted by: Guest on May-05-2022

Code answers related to "bottom tabs react navigation"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language