Browse Source

splash screen unused items

pull/8/head
Tim Glasgow 2 years ago
parent
commit
c5def9e99a
  1. 3
      squarenotsquare/src/screens/Splash.js

3
squarenotsquare/src/screens/Splash.js

@ -1,6 +1,5 @@
import React from "react";
import { Image, Platform, Text, View } from "react-native";
import { useEffect, useState } from "react";
import { Image, Platform, View } from "react-native";
import { styles } from './styles/AppStyles';
function Splash(props){

Loading…
Cancel
Save