update
This commit is contained in:
@@ -45,6 +45,12 @@ import RecordedPlayback from "../screens/Playback/RecordedPlayback";
|
||||
import ChooseDecor from "../screens/Playback/ChooseDecor";
|
||||
import CreatingDecor from "../screens/Playback/CreatingDecor";
|
||||
import VideoFinalize from "../screens/Playback/VideoFinalize";
|
||||
import AllMyMusic from "../screens/Library/AllMyMusic";
|
||||
import AllMyPlaylist from "../screens/Library/AllMyPlaylist";
|
||||
import AllMyLikedMusic from "../screens/Library/AllMyLikedMusic";
|
||||
import Research from "../screens/Library/Research";
|
||||
import MusicDetails from "../screens/Library/MusicDetails";
|
||||
import SingerProfile from "../screens/Profile/SingerProfile";
|
||||
|
||||
const screenOptions = {
|
||||
headerShown: false,
|
||||
@@ -208,6 +214,30 @@ const screens = [
|
||||
name: Routes.VideoFinalize,
|
||||
component: VideoFinalize,
|
||||
},
|
||||
{
|
||||
name: Routes.AllMyMusic,
|
||||
component: AllMyMusic,
|
||||
},
|
||||
{
|
||||
name: Routes.AllMyPlaylist,
|
||||
component: AllMyPlaylist,
|
||||
},
|
||||
{
|
||||
name: Routes.AllMyLikedMusic,
|
||||
component: AllMyLikedMusic,
|
||||
},
|
||||
{
|
||||
name: Routes.Research,
|
||||
component: Research,
|
||||
},
|
||||
{
|
||||
name: Routes.MusicDetails,
|
||||
component: MusicDetails,
|
||||
},
|
||||
{
|
||||
name: Routes.SingerProfile,
|
||||
component: SingerProfile,
|
||||
},
|
||||
];
|
||||
|
||||
export default function Main() {
|
||||
|
||||
@@ -60,6 +60,14 @@ export const Routes = {
|
||||
Create: "Create",
|
||||
HitParade: "HitParade",
|
||||
Playbacks: "Playbacks",
|
||||
|
||||
Library: "Library",
|
||||
AllMyMusic: "AllMyMusic",
|
||||
AllMyPlaylist: "AllMyPlaylist",
|
||||
AllMyLikedMusic: "AllMyLikedMusic",
|
||||
Research: "Research",
|
||||
MusicDetails: "MusicDetails",
|
||||
|
||||
Profile: "Profile",
|
||||
SingerProfile: "SingerProfile",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user