malik assets
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 430 KiB |
@@ -107,6 +107,7 @@ import writingBG from "./UI/writingBG.png";
|
|||||||
|
|
||||||
import bena from "./UI/bena.png";
|
import bena from "./UI/bena.png";
|
||||||
import john from "./UI/john.png";
|
import john from "./UI/john.png";
|
||||||
|
import malik from "./UI/malik.png";
|
||||||
import nathalie from "./UI/nathalie.png";
|
import nathalie from "./UI/nathalie.png";
|
||||||
import theo from "./UI/theo.png";
|
import theo from "./UI/theo.png";
|
||||||
|
|
||||||
@@ -244,6 +245,7 @@ export const background = {
|
|||||||
export const ai = {
|
export const ai = {
|
||||||
nathalie,
|
nathalie,
|
||||||
theo,
|
theo,
|
||||||
|
malik,
|
||||||
bena,
|
bena,
|
||||||
john,
|
john,
|
||||||
leftIcon: require("./UI/leftIcon.png"),
|
leftIcon: require("./UI/leftIcon.png"),
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ const Compose = () => {
|
|||||||
const [showIntro, setShowIntro] = useState(true);
|
const [showIntro, setShowIntro] = useState(true);
|
||||||
return (
|
return (
|
||||||
<Page backgroundImg={background.studioBG2} headerType="NONE">
|
<Page backgroundImg={background.studioBG2} headerType="NONE">
|
||||||
<Image source={ai.theo} style={styles.img} resizeMode="contain" />
|
<Image source={ai.malik} style={styles.img} resizeMode="contain" />
|
||||||
<MusicLandHeader
|
<MusicLandHeader
|
||||||
onPressBack={goBack}
|
onPressBack={goBack}
|
||||||
progress={9}
|
progress={9}
|
||||||
|
|||||||
@@ -205,7 +205,7 @@ const CreatingSong = ({ active, config }) => {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Image
|
<Image
|
||||||
source={ai.theo}
|
source={ai.malik}
|
||||||
style={{ width: "100%", height: "100%", right: -10 }}
|
style={{ width: "100%", height: "100%", right: -10 }}
|
||||||
resizeMode="contain"
|
resizeMode="contain"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -289,7 +289,7 @@ const GeneratingSong = () => {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Image
|
<Image
|
||||||
source={ai.theo}
|
source={ai.malik}
|
||||||
style={{
|
style={{
|
||||||
width: "100%",
|
width: "100%",
|
||||||
height: isWeb ? 300 : "60%",
|
height: isWeb ? 300 : "60%",
|
||||||
|
|||||||
Reference in New Issue
Block a user