import React from 'react'; import { StyleSheet, Text, View } from 'react-native'; import { Button } from 'react-native-paper'; export default function TestScreen() { return ( React! ); } const styles = StyleSheet.create({ container: { flex: 1, justifyContent: 'center', alignItems: 'center', backgroundColor: '#f0f0f0', }, text: { fontSize: 32, fontWeight: 'bold', color: '#333', }, });