From 03c54b313b5f00b01b80149c56ca7e3ab20a488a Mon Sep 17 00:00:00 2001 From: Matthew Turk Date: Sun, 18 Sep 2022 14:26:34 -0400 Subject: [PATCH] Build 21 --- screens/Home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"