1 changed files with 19 additions and 0 deletions
@ -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 ( |
||||
|
<View> |
||||
|
|
||||
|
</View> |
||||
|
); |
||||
|
}; |
||||
|
} |
Loading…
Reference in new issue