big refacto change all flows
This commit is contained in:
@@ -26,10 +26,10 @@ import Compose from "../screens/Studio/Compose";
|
||||
import CustomizeVoice from "../screens/Studio/CustomizeVoice";
|
||||
import SongReady from "../screens/Studio/SongReady";
|
||||
import Regenerate from "../screens/Studio/Regenerate";
|
||||
import PouchReady from "../screens/Studio/PouchReady";
|
||||
import PhotoCover from "../screens/Studio/PhotoCover";
|
||||
import AddPhotoCover from "../screens/Studio/AddPhotoCover";
|
||||
import FinishCompose from "../screens/Studio/FinishCompose";
|
||||
import PouchReady from "../screens/cover/PouchReady";
|
||||
import PhotoCover from "../screens/cover/PhotoCover";
|
||||
import AddPhotoCover from "../screens/cover/AddPhotoCover";
|
||||
import FinishCompose from "../screens/cover/FinishCompose";
|
||||
import Production from "../screens/Production/Production";
|
||||
import ProductionOnboarding from "../screens/Production/ProductionOnboarding";
|
||||
import DownloadSongs from "../screens/Production/DownloadSongs";
|
||||
@@ -64,6 +64,7 @@ import NewMusicOptions from "../screens/NewMusicOptions";
|
||||
import Register from "../screens/Register";
|
||||
import CreatePassword from "../screens/CreatePassword";
|
||||
import CreatePseudo from "../screens/CreatePseudo";
|
||||
import ChooseCoverType from "../screens/cover/ChooseCoverType";
|
||||
|
||||
const screenOptions = {
|
||||
headerShown: false,
|
||||
@@ -302,6 +303,10 @@ const screens = [
|
||||
name: Routes.CreatePseudo,
|
||||
component: CreatePseudo,
|
||||
},
|
||||
{
|
||||
name: Routes.ChooseCoverType,
|
||||
component: ChooseCoverType,
|
||||
},
|
||||
];
|
||||
|
||||
export default function Main() {
|
||||
|
||||
@@ -82,4 +82,5 @@ export const Routes = {
|
||||
Reels: "Reels",
|
||||
Follows: "Follows",
|
||||
FlowSelection: "FlowSelection",
|
||||
ChooseCoverType: "ChooseCoverType",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user