Prototype de récupération des dernières positions
This commit is contained in:
@ -4,7 +4,7 @@ import { Platform } from 'react-native'
|
||||
import { useEffect } from 'react'
|
||||
|
||||
const BACKGROUND_FETCH_TASK = "background-fetch"
|
||||
const BACKGROUND_FETCH_INTERVAL = 60
|
||||
const BACKGROUND_FETCH_INTERVAL = 60000
|
||||
|
||||
async function backgroundUpdate() {
|
||||
const now = Date.now()
|
||||
|
Reference in New Issue
Block a user