This commit is contained in:
2025-10-09 16:56:15 +02:00
parent 38504840b9
commit 48773659fd
3 changed files with 14 additions and 14 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 454 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 535 KiB

After

Width:  |  Height:  |  Size: 1004 KiB

+14 -14
View File
@@ -1,18 +1,18 @@
import { View, Image } from "react-native";
import React, { useState } from "react";
import * as ImagePicker from "expo-image-picker";
import { ai, background } from "../../assets";
import Page from "../../layouts/Page";
import { goBack, navigate } from "../../navigation/NavigationService";
import MusicLandHeader from "../../components/MusicLandHeader";
import { Routes } from "../../navigation";
import GradientButton from "../../components/GradientButton";
import { gutters } from "../../styles";
import FullscreenIntroVideo from "../../components/FullscreenIntroVideo";
import BorderGradientButton from "../../components/BorderGradientButton";
import { useUserData } from "../../providers/UserDataProvider";
import { uploadFileToFirebase } from "../../helpers/uploadToFirebase";
import React, { useState } from "react";
import { Image, View } from "react-native";
import useMinuit from "react-native-minuit/src/hooks/useMinuit";
import { ai, background } from "../../assets";
import BorderGradientButton from "../../components/BorderGradientButton";
import FullscreenIntroVideo from "../../components/FullscreenIntroVideo";
import GradientButton from "../../components/GradientButton";
import MusicLandHeader from "../../components/MusicLandHeader";
import { uploadFileToFirebase } from "../../helpers/uploadToFirebase";
import Page from "../../layouts/Page";
import { Routes } from "../../navigation";
import { goBack, navigate } from "../../navigation/NavigationService";
import { useUserData } from "../../providers/UserDataProvider";
import { gutters } from "../../styles";
export const ChooseCoverType = () => {
const [showIntro, setShowIntro] = useState(true);
@@ -60,7 +60,7 @@ export const ChooseCoverType = () => {
};
return (
<Page backgroundImg={background.productionBG2} headerType="NONE">
<Page backgroundImg={background.studioBG2} headerType="NONE">
<Image
source={ai.bena}
style={{