2nd set of WIP changes.
This commit is contained in:
@@ -74,7 +74,7 @@ const JobsTabNavigator = connect(
|
||||
navigation.navigate("MediaBrowserTab");
|
||||
}}
|
||||
>
|
||||
<Ionicons name="ios-add" size={32} color="dodgerblue" />
|
||||
<Ionicons name="add" size={32} color="dodgerblue" />
|
||||
</Button>
|
||||
),
|
||||
})}
|
||||
@@ -111,11 +111,11 @@ const BottomTabsNavigator = () => (
|
||||
tabBarIcon: ({ color, size }) => {
|
||||
let iconName;
|
||||
if (route.name === "JobTab") {
|
||||
iconName = "ios-list";
|
||||
iconName = "list";
|
||||
} else if (route.name === "MoreTab") {
|
||||
iconName = "ios-settings";
|
||||
iconName = "settings";
|
||||
} else if (route.name === "MediaBrowserTab") {
|
||||
iconName = "ios-camera";
|
||||
iconName = "camera";
|
||||
} else {
|
||||
//iconName = "customerservice";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user