feat: remove publish to youtube
This commit is contained in:
@@ -2,7 +2,7 @@ import FontAwesome from '@expo/vector-icons/FontAwesome'
|
||||
import { BlurView } from 'expo-blur'
|
||||
import React, { useCallback, useMemo } from 'react'
|
||||
import { Image, Platform, Pressable, Text, View } from 'react-native'
|
||||
import { ai, background, cardsImg } from '../assets'
|
||||
import { ai, background } from '../assets'
|
||||
import Page from '../layouts/Page'
|
||||
import { navigate } from '../navigation/NavigationService'
|
||||
import { useUserData } from '../providers/UserDataProvider'
|
||||
@@ -36,14 +36,6 @@ const CREATE_DATA = [
|
||||
desc: "Theo t'accompagne pour créer ton playback.",
|
||||
type: 'Director',
|
||||
},
|
||||
{
|
||||
stageKey: 'publisher',
|
||||
img: cardsImg.production,
|
||||
bg: background.productionBG2,
|
||||
label: 'Publication',
|
||||
desc: 'Publions ta vidéo sur YouTube !',
|
||||
type: 'Producteur',
|
||||
},
|
||||
]
|
||||
|
||||
const NewMusicOptions = () => {
|
||||
|
||||
Reference in New Issue
Block a user