fix wrong merge, add again lyricks and music generation
This commit is contained in:
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user