update
This commit is contained in:
@@ -20,6 +20,7 @@ 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";
|
||||
import Playbacks from "../screens/Playbacks.js";
|
||||
|
||||
const bottomTabStyles = StyleSheet.create({
|
||||
icon: {
|
||||
@@ -73,7 +74,7 @@ export const BottomTabScreen = () => {
|
||||
/>
|
||||
<BottomTab.Screen
|
||||
name={Routes.Playbacks}
|
||||
component={SettingsStack}
|
||||
component={Playbacks}
|
||||
options={{
|
||||
tabBarLabel: "Playbacks",
|
||||
headerShown: false,
|
||||
|
||||
Reference in New Issue
Block a user