heygen
This commit is contained in:
@@ -4,6 +4,7 @@ import { MaterialCommunityIcons } from '@expo/vector-icons'
|
||||
import useMinuit from 'react-native-minuit/src/hooks/useMinuit.js'
|
||||
import * as FileSystem from 'expo-file-system'
|
||||
import { shareAsync } from 'expo-sharing'
|
||||
import { background } from '../../assets'
|
||||
import FullscreenIntroVideo from '../../components/FullscreenIntroVideo'
|
||||
import BorderGradientButton from '../../components/BorderGradientButton'
|
||||
import MusicLandHeader from '../../components/MusicLandHeader'
|
||||
@@ -424,12 +425,10 @@ const PlaybackDownload = ({ route }) => {
|
||||
onClose={() => setIsAfterPlaybackVideoVisible(false)}
|
||||
/>
|
||||
<Page
|
||||
// backgroundImg={
|
||||
// action === "playback"
|
||||
// ? background.playbackBG2
|
||||
// : background.productionBG2
|
||||
// }
|
||||
backgroundColor={Palette.grayMid}
|
||||
backgroundImg={
|
||||
action === 'playback' ? background.playbackBG2 : background.productionBG2
|
||||
}
|
||||
backgroundColor="#07111B"
|
||||
headerType="NONE"
|
||||
>
|
||||
<MusicLandHeader onPressBack={goBack} progress={50} />
|
||||
|
||||
Reference in New Issue
Block a user