feat: background when lyrics

This commit is contained in:
Victor
2026-02-27 10:21:57 +01:00
parent a3f03e5a81
commit 9d9a902567
+2 -1
View File
@@ -2,6 +2,7 @@ import React, { useMemo, useRef, useState } from 'react'
import { Dimensions, KeyboardAvoidingView, Platform, View } from 'react-native'
import { responsiveHeight } from 'react-native-responsive-dimensions'
import { SwiperFlatList } from 'react-native-swiper-flatlist'
import { background } from '../../assets'
import GradientButton from '../../components/GradientButton'
import MusicLandHeader from '../../components/MusicLandHeader'
import { OTHER_OBJECTIVE_OPTION, OTHER_STYLE_OPTION } from '../../data/data'
@@ -338,7 +339,7 @@ const CreateLyricsWithAi = () => {
}, [selectedIndex, parentLayout?.height])
return (
<Page>
<Page headerType="NONE" backgroundImg={background.writingBG}>
<MusicLandHeader onPressBack={onPressBack} progress={progress} />
<KeyboardAvoidingView
behavior={Platform.OS === 'ios' ? 'padding' : 'height'}