Templates for react native using react native v5 and vector icons. This has 3 templates that includes DrawerNavigator, TabBarNavigator and TopNavigator. It also includes vector icons as well as some custom fonts. If you are wishing to use only one navigator then remove all other dependencies by running following commands
This will install all the required dependencies.
run "npm uninstall @react-navigation/material-top-tabs @react-navigation/bottom-tabs"
run " npm uninstall @react-navigation/material-top-tabs @react-navigation/drawer"
run "npm uninstall @react-navigation/bottom-tabs @react-navigation/drawer"
Don't forget to delete the files that you don't need.