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