import {SafeAreaView, StyleSheet} from 'react-native'; import Navigation from "./componente/NavigationBar"; import ArtistCard from './componente/ArtistCard'; import ArtistPage from "./componente/ArtistePage"; export default function App() { // // return ( <> ); } const styles = StyleSheet.create({ mainSafeArea: { flex: 1, backgroundColor: "#7a96e9" }, topSafeArea: { flex: 0, backgroundColor: 'darksalmon' } });