mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-04-11 00:30:19 +02:00
Traduction + alias + routing + refactoring
This commit is contained in:
7
mobile/traque-app/app/(auth)/location-permission.jsx
Normal file
7
mobile/traque-app/app/(auth)/location-permission.jsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Text } from 'react-native';
|
||||
|
||||
const LocationPermission = () => {
|
||||
return <Text>{"Veuillez activer la géolocalisation en arrière plan dans les paramètres, puis relancez l'application."}</Text>;
|
||||
};
|
||||
|
||||
export default LocationPermission;
|
||||
Reference in New Issue
Block a user