material-bottom-tabs is missing topBar in the tab navigation prop.
This prop is on material-top-tabs and bottom-tabs but missing on material-bottom-tabs.
<Tab.Navigator tabBar={(props)=> ()}>
...
</Tab.Navigator>
This feature is very useful and I'm in need of it in my current project.