feat: background when lyrics
This commit is contained in:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user