Play Page: Fix Dark Theme responsivity

This commit is contained in:
Arthur Jamet
2023-03-21 09:22:38 +00:00
committed by Clément Le Bihan
parent 3ca2bdaa90
commit b5584a12d0

View File

@@ -1,7 +1,7 @@
import React, { useEffect, useRef, useState } from 'react';
import { SafeAreaView, Text, Platform } from 'react-native';
import { SafeAreaView, Platform } from 'react-native';
import * as ScreenOrientation from 'expo-screen-orientation';
import { Box, Center, Column, IconButton, Progress, Row, View, useToast } from 'native-base';
import { Box, Center, Column, IconButton, Progress, Text, Row, View, useToast } from 'native-base';
import { Ionicons } from "@expo/vector-icons";
import { useNavigation } from '@react-navigation/native';
import { useQuery, useQueryClient } from 'react-query';