import { StyleSheet, Image, View } from "react-native"; const LogoTitle = (props) => { return ( ); }; const styles = StyleSheet.create({ srceen: { flex: 1, alignItem: "center", justifyContent: "center", }, image: { marginBottom: 12, width: 50, height: 50, }, }); export default LogoTitle;