help texts

This commit is contained in:
2025-10-13 13:48:32 +02:00
parent 4c90ce7b6e
commit 1893645de3
7 changed files with 49 additions and 7 deletions
+1 -2
View File
@@ -3,9 +3,9 @@ import React, { useEffect, useRef, useState } from "react";
import { Image, Platform, Text, View } from "react-native";
import useMinuit from "react-native-minuit/src/hooks/useMinuit.js";
import { ai } from "../../assets";
import alert from "../../components/Alert";
import GradientButton from "../../components/GradientButton";
import ProgressBar from "../../components/ProgressBar";
import alert from "../../components/Alert";
import firebase from "../../config/firebase";
import { Routes } from "../../navigation";
import { navigate } from "../../navigation/NavigationService";
@@ -55,7 +55,6 @@ const CreatingLyrics = ({ active, config, selections }) => {
const run = async () => {
try {
setCalled(true);
await setIsLoading(true);
console.log("🚀 [CreatingLyrics] Lancement de la génération", {
platform: Platform.OS,
});