import * as React from 'react' import { ScrollView, Text, Image, View } from 'react-native' import { Images } from '../../Themes/index' // Styles import styles from './Styles/LaunchScreenStyles' interface LaunchScreenComponentProps {} export default class LaunchScreen extends React.Component { render () { return ( This probably isn't what your app is going to look like. Unless your designer handed you this screen and, in that case, congrats! You're ready to ship. For everyone else, this is where you'll see a live preview of your fully functioning app using Ignite. ) } }