import React, { Component} from 'react'; import { View, StyleSheet, Text } from 'react-native'; export default class ComponentC extends Component { render() { return ( Lábrész ); } } const styles = StyleSheet.create({ container: { height: 40, backgroundColor: 'green', alignItems: 'center', justifyContent: 'center', width: '100%', }, });