update
This commit is contained in:
@@ -30,6 +30,8 @@ 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 Production from "../screens/Production/Production";
|
||||
import ProductionOnboarding from "../screens/Production/ProductionOnboarding";
|
||||
|
||||
const screenOptions = {
|
||||
headerShown: false,
|
||||
@@ -133,6 +135,14 @@ const screens = [
|
||||
name: Routes.FinishCompose,
|
||||
component: FinishCompose,
|
||||
},
|
||||
{
|
||||
name: Routes.ProductionOnboarding,
|
||||
component: ProductionOnboarding,
|
||||
},
|
||||
{
|
||||
name: Routes.Production,
|
||||
component: Production,
|
||||
},
|
||||
];
|
||||
|
||||
export default function Main() {
|
||||
|
||||
Reference in New Issue
Block a user