Front: Allow Use of DOM for Play view

This commit is contained in:
Arthur Jamet
2023-06-08 19:20:36 +01:00
parent d7848692f7
commit fa74016257
8 changed files with 114 additions and 29 deletions

View File

@@ -8,6 +8,7 @@ import * as SplashScreen from 'expo-splash-screen';
import { PersistGate } from "redux-persist/integration/react";
import LanguageGate from "./i18n/LanguageGate";
import ThemeProvider, { ColorSchemeProvider } from './Theme';
import 'react-native-url-polyfill/auto';
const queryClient = new QueryClient({
defaultOptions: {