Géolocalisation en arrière-plan

This commit is contained in:
2024-12-06 19:00:51 +01:00
parent 82b73ddadf
commit 1ce5045871
6 changed files with 87 additions and 20 deletions

View File

@ -6,7 +6,7 @@ import { useColorScheme } from '@/hooks/useColorScheme'
import { FontAwesome6, MaterialIcons } from '@expo/vector-icons'
export default function TabLayout() {
const colorScheme = useColorScheme();
const colorScheme = useColorScheme()
return (
<Tabs
@ -46,5 +46,5 @@ export default function TabLayout() {
}}
/>
</Tabs>
);
)
}