update
This commit is contained in:
@@ -19,6 +19,7 @@ import ChatStack from "./ChatStack";
|
||||
import SettingsStack from "./SettingsStack";
|
||||
import Library from "../screens/Library/Library.js";
|
||||
import Profile from "../screens/Profile/Profile.js";
|
||||
import HitParade from "../screens/HitParade/HitParade.js";
|
||||
|
||||
const bottomTabStyles = StyleSheet.create({
|
||||
icon: {
|
||||
@@ -62,7 +63,7 @@ export const BottomTabScreen = () => {
|
||||
/>
|
||||
<BottomTab.Screen
|
||||
name={Routes.HitParade}
|
||||
component={ChatStack}
|
||||
component={HitParade}
|
||||
options={{
|
||||
tabBarLabel: "Hit Parade",
|
||||
headerShown: false,
|
||||
|
||||
Reference in New Issue
Block a user