start integrate suno and generate lyrics with gemini
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user