start integrate suno and generate lyrics with gemini

This commit is contained in:
Thomas Demirdjian
2025-08-08 17:30:03 +02:00
parent 7bcc2e9779
commit 2a5a0149e8
81 changed files with 8321 additions and 26379 deletions
+2
View File
@@ -32,6 +32,7 @@ import {
Inter_600SemiBold,
Inter_700Bold,
} from "@expo-google-fonts/inter";
import { LogBox } from "react-native";
console.disableYellowBox = true;
console.reportErrorsAsExceptions = false;
@@ -62,6 +63,7 @@ const App = () => {
useEffect(() => {
if (loaded) {
LogBox.ignoreAllLogs();
setAppIsReady(true);
}
}, [loaded]);