Expo CLI upgrade.

This commit is contained in:
Patrick Fic
2021-05-31 15:07:14 -07:00
parent 7f37635345
commit fd52e72364
6 changed files with 1001 additions and 1099 deletions

View File

@@ -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";
}