warnings
This commit is contained in:
parent
305efbd0f9
commit
5af6790fbb
|
@ -11,6 +11,10 @@ import setupApolloClient from "./src/apollo/index";
|
||||||
import { AuthContext } from "./src/context/auth";
|
import { AuthContext } from "./src/context/auth";
|
||||||
import { ConfigurationProvider } from "./src/context/configuration";
|
import { ConfigurationProvider } from "./src/context/configuration";
|
||||||
import AppContainer from "./src/routes/index";
|
import AppContainer from "./src/routes/index";
|
||||||
|
import { LogBox } from "react-native";
|
||||||
|
|
||||||
|
LogBox.ignoreLogs(["Warning: ..."]);
|
||||||
|
LogBox.ignoreAllLogs();
|
||||||
|
|
||||||
export default function App() {
|
export default function App() {
|
||||||
const [fontLoaded, setFontLoaded] = useState(false);
|
const [fontLoaded, setFontLoaded] = useState(false);
|
||||||
|
|
Loading…
Reference in New Issue