diff --git a/screens/Home.js b/screens/Home.js index 4cd49ce7..c19bf949 100644 --- a/screens/Home.js +++ b/screens/Home.js @@ -1,5 +1,5 @@ import React, { useContext, useEffect, useRef, useState } from "react" -import { ActivityIndicator, Text, LayoutAnimation, ScrollView, StyleSheet, TouchableOpacity, View, ImageBackground, Modal, Image, PixelRatio, Dimensions } from "react-native" +import { ActivityIndicator, Text, LayoutAnimation, ScrollView, StyleSheet, TouchableOpacity, View, ImageBackground, Modal, Image, PixelRatio, Dimensions, UIManager } from "react-native" import { Card, Divider, Icon, Layout, useTheme } from "@ui-kitten/components" import Canvas from "../components/Canvas" import Carousel from "../components/Carousel"