Corrections et optimisations géolocalisation

This commit is contained in:
2024-12-17 22:03:22 +01:00
parent 55aff5f900
commit 834b1643de
4 changed files with 28 additions and 21 deletions

View File

@ -11,7 +11,7 @@ import { Challenge } from '@/utils/features/challenges/challengesSlice'
import { useQuery } from '@tanstack/react-query'
import { router } from 'expo-router'
import { useShareIntentContext } from 'expo-share-intent'
import { ReactNode, useEffect } from 'react'
import React, { ReactNode, useEffect } from 'react'
export default function GameProvider({ children }: { children: ReactNode }) {
const auth = useAuth()