feat: assets
This commit is contained in:
@@ -26,6 +26,7 @@ import MobileCoinBadge from '../../components/MobileCoinBadge'
|
||||
import ResearchHeader from '../Library/components/ResearchHeader'
|
||||
import SearchResultsList from '../Library/components/SearchResultsList'
|
||||
import SongCard from './components/SongCard'
|
||||
import ClubCard from '../Home/components/ClubCard'
|
||||
|
||||
const allowedPremiumLevels = new Set(['starter', 'pro', 'premium'])
|
||||
|
||||
@@ -604,10 +605,11 @@ const HitParade = () => {
|
||||
</View>
|
||||
) : null}
|
||||
<View style={{ gap: 12, flex: 1 }}>
|
||||
<Image
|
||||
{/* <Image
|
||||
source={icons.musicLandLogo}
|
||||
style={{ alignSelf: 'center', height: 150, resizeMode: 'contain' }}
|
||||
/>
|
||||
/> */}
|
||||
<ClubCard />
|
||||
|
||||
{isWeb && (
|
||||
<View
|
||||
|
||||
@@ -1,16 +1,8 @@
|
||||
import React, { useCallback, useEffect, useMemo, useRef, useState } from 'react'
|
||||
import {
|
||||
FlatList,
|
||||
Image,
|
||||
Platform,
|
||||
ScrollView,
|
||||
StyleSheet,
|
||||
Text,
|
||||
View,
|
||||
} from 'react-native'
|
||||
import { FlatList, Platform, ScrollView, StyleSheet, Text, View } from 'react-native'
|
||||
import { BlurView } from 'expo-blur'
|
||||
import { responsiveHeight } from 'react-native-responsive-dimensions'
|
||||
import { background, icons } from '../../../assets'
|
||||
import { background } from '../../../assets'
|
||||
import BorderGradientButton from '../../../components/BorderGradientButton'
|
||||
import MobileCoinBadge from '../../../components/MobileCoinBadge'
|
||||
import SearchBar from '../../../components/SearchBar'
|
||||
@@ -25,6 +17,7 @@ import CreateLyricsHeader from '../../Writing/components/CreateLyricsHeader'
|
||||
import SongCard from '../../HitParade/components/SongCard'
|
||||
import { Palette, Style } from '../../../styles'
|
||||
import { FONT_FAMILY } from '../../../styles/Fonts'
|
||||
import ClubCard from '../../Home/components/ClubCard'
|
||||
|
||||
const allowedPremiumLevels = new Set(['starter', 'pro', 'premium'])
|
||||
|
||||
@@ -552,10 +545,7 @@ const PlaybackCharts = ({ onPlaybackPress }) => {
|
||||
</View>
|
||||
) : null}
|
||||
<View style={{ gap: 12, flex: 1 }}>
|
||||
<Image
|
||||
source={icons.musicLandLogo}
|
||||
style={{ alignSelf: 'center', height: 150, resizeMode: 'contain' }}
|
||||
/>
|
||||
<ClubCard />
|
||||
|
||||
{isWeb && (
|
||||
<View
|
||||
|
||||
@@ -40,8 +40,10 @@ const ChooseInstruments = ({ selected = [], setSelected }) => {
|
||||
color: Palette.white,
|
||||
}}
|
||||
>
|
||||
Attention : Suno peut ajuster ou supprimer certains paramètres choisis pour maintenir la
|
||||
cohérence de la création musicale.
|
||||
Malik te prévient : la génération de musique est assurée par une IA. Elle s’appuie sur
|
||||
tes choix (genre, voix, tempo, instruments) pour créer un rendu cohérent, mais peut
|
||||
adapter ou ignorer certains réglages pour y parvenir. Le résultat peut varier d’une
|
||||
génération à l’autre et ne se modifie pas piste par piste.
|
||||
</Text>
|
||||
</View>
|
||||
</CreateLyricsHeader>
|
||||
|
||||
Reference in New Issue
Block a user