fix wrong merge, add again lyricks and music generation

This commit is contained in:
Thomas Demirdjian
2025-08-25 10:26:35 +02:00
parent 631a060582
commit 51b6a3dbf7
81 changed files with 3626 additions and 3722 deletions
+2
View File
@@ -35,6 +35,7 @@ import {
} from "@expo-google-fonts/inter";
import "./src/utils/Sheet";
import {LogBox} from "react-native";
console.disableYellowBox = true;
console.reportErrorsAsExceptions = false;
@@ -72,6 +73,7 @@ const App = () => {
useEffect(() => {
if (loaded) {
setAppIsReady(true);
LogBox.ignoreAllLogs();
}
}, [loaded]);