Skip to content

Commit

Permalink
Build 21
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewTurk247 committed Sep 18, 2022
1 parent f66fbff commit 03c54b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screens/Home.js
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 03c54b3

Please sign in to comment.