import { View, Text, ActivityIndicator } from 'react-native'; export default function LoadingScreen() { return ( Caricamento... ); }