diff --git a/squarenotsquare/src/screens/Home.js b/squarenotsquare/src/screens/Home.js index 6193f73..930dc09 100644 --- a/squarenotsquare/src/screens/Home.js +++ b/squarenotsquare/src/screens/Home.js @@ -1,5 +1,5 @@ import React, { useEffect } from "react"; -import { BackHandler, Text, TouchableOpacity, View } from "react-native"; +import { BackHandler, SafeAreaView, Text, TouchableOpacity, View } from "react-native"; import { styles } from './styles/AppStyles'; import MaterialIcon from 'react-native-vector-icons/MaterialCommunityIcons'; import Icons from '../themes/Icons'; @@ -21,13 +21,12 @@ function Home(){ } return ( - - + + @@ -65,7 +64,7 @@ function Home(){ 0.0.1a Atonal Software August 2, 2022 - + ) }