Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
navigation: Update
MainTabs
creation
Replace `TabNavigator` constructor with `createMaterialTopTabNavigator` creator function which is the one that matched the old behavior. Note: While `createBottomTabNavigator` sounds like what we might need, it is a simpler navigator compared to what we were using and actually `createMaterialTopTabNavigator` is the correct one.
- Loading branch information