Expo CLI upgrade.
This commit is contained in:
@@ -115,7 +115,7 @@ const BottomTabsNavigator = () => (
|
||||
} else if (route.name === "MoreTab") {
|
||||
iconName = "ios-settings";
|
||||
} else if (route.name === "MediaBrowserTab") {
|
||||
iconName = "ios-photos";
|
||||
iconName = "ios-camera";
|
||||
} else {
|
||||
//iconName = "customerservice";
|
||||
}
|
||||
|
||||
@@ -212,7 +212,7 @@ export function ImageBrowserScreen({
|
||||
justifyContent: "center",
|
||||
}}
|
||||
>
|
||||
<Ionicons name="ios-photos" size={72} />
|
||||
<Ionicons name="ios-camera" size={72} />
|
||||
<Text style={{ textAlign: "center", marginTop: 10 }}>
|
||||
{t("mediabrowser.labels.nomedia")}
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user