import React from 'react'; import { Text, View, StyleSheet } from 'react-native'; export default () => { return ( Tartalom ); } const styles = StyleSheet.create({ container: { flex: 1, backgroundColor: '#fff', alignItems: 'center', justifyContent: 'center', }, });