import * as React from "react"; import { ScrollView, Text, Image, View } from "react-native"; import styles from "../../Containers/Styles/LaunchScreenStyles"; import {Images} from "../../Themes"; export interface ExampleCompponentProps { title:string } export default (props:ExampleCompponentProps) => MapTab. ;