diff --git a/squarenotsquare/components/Splash.js b/squarenotsquare/components/Splash.js index e69de29..bfd2a38 100644 --- a/squarenotsquare/components/Splash.js +++ b/squarenotsquare/components/Splash.js @@ -0,0 +1,19 @@ +import { Component } from "react"; +import { View } from "react-native"; + +class Splash extends Component { + constructor(props){ + super(props) + this.state = { + + } + } + + render () { + return ( + + + + ); + }; +} \ No newline at end of file