update
This commit is contained in:
@@ -42,6 +42,9 @@ import PlaybackOnboarding from "../screens/Playback/PlaybackOnboarding";
|
||||
import Playback from "../screens/Playback/Playback";
|
||||
import RecordPlayback from "../screens/Playback/RecordPlayback";
|
||||
import RecordedPlayback from "../screens/Playback/RecordedPlayback";
|
||||
import ChooseDecor from "../screens/Playback/ChooseDecor";
|
||||
import CreatingDecor from "../screens/Playback/CreatingDecor";
|
||||
import VideoFinalize from "../screens/Playback/VideoFinalize";
|
||||
|
||||
const screenOptions = {
|
||||
headerShown: false,
|
||||
@@ -193,6 +196,18 @@ const screens = [
|
||||
name: Routes.RecordedPlayback,
|
||||
component: RecordedPlayback,
|
||||
},
|
||||
{
|
||||
name: Routes.ChooseDecor,
|
||||
component: ChooseDecor,
|
||||
},
|
||||
{
|
||||
name: Routes.CreatingDecor,
|
||||
component: CreatingDecor,
|
||||
},
|
||||
{
|
||||
name: Routes.VideoFinalize,
|
||||
component: VideoFinalize,
|
||||
},
|
||||
];
|
||||
|
||||
export default function Main() {
|
||||
|
||||
Reference in New Issue
Block a user