import React from "react"; import { StyleSheet, Text, View } from "react-native"; export default function Header() { return ( Tennivalók ); } const styles = StyleSheet.create({ header: { height: 80, width: '100%', backgroundColor: 'coral', }, title: { fontSize: 32, textAlign: 'center', paddingTop: 10, }, });