Description
this is a bottom tab navigation for react native applications. It has built-in react native bottom navigation with four pages included within it. This npm package is useful when you are using 4 page navigation.
Steps you have to follow
to perfectly work this npm package you have to install two more dependencies in you react native application :
install 'react native screens' and 'safe area context' by following this npm command : npm install react-native-screens react-native-safe-area-context
Now you are good to go