Play Page: Fix Dark Theme responsivity
This commit is contained in:
committed by
Clément Le Bihan
parent
3ca2bdaa90
commit
b5584a12d0
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user