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 { Dimensions, KeyboardAvoidingView, Platform, View } from 'react-native'
|
||||||
import { responsiveHeight } from 'react-native-responsive-dimensions'
|
import { responsiveHeight } from 'react-native-responsive-dimensions'
|
||||||
import { SwiperFlatList } from 'react-native-swiper-flatlist'
|
import { SwiperFlatList } from 'react-native-swiper-flatlist'
|
||||||
|
import { background } from '../../assets'
|
||||||
import GradientButton from '../../components/GradientButton'
|
import GradientButton from '../../components/GradientButton'
|
||||||
import MusicLandHeader from '../../components/MusicLandHeader'
|
import MusicLandHeader from '../../components/MusicLandHeader'
|
||||||
import { OTHER_OBJECTIVE_OPTION, OTHER_STYLE_OPTION } from '../../data/data'
|
import { OTHER_OBJECTIVE_OPTION, OTHER_STYLE_OPTION } from '../../data/data'
|
||||||
@@ -338,7 +339,7 @@ const CreateLyricsWithAi = () => {
|
|||||||
}, [selectedIndex, parentLayout?.height])
|
}, [selectedIndex, parentLayout?.height])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Page>
|
<Page headerType="NONE" backgroundImg={background.writingBG}>
|
||||||
<MusicLandHeader onPressBack={onPressBack} progress={progress} />
|
<MusicLandHeader onPressBack={onPressBack} progress={progress} />
|
||||||
<KeyboardAvoidingView
|
<KeyboardAvoidingView
|
||||||
behavior={Platform.OS === 'ios' ? 'padding' : 'height'}
|
behavior={Platform.OS === 'ios' ? 'padding' : 'height'}
|
||||||
|
|||||||
Reference in New Issue
Block a user