williamFportillo
williamFportillo
### 1. I opened the app on Thursday, 27 June, and then I stopped and started the tracking again (This was after getting the logs that I already shared at...
## 1. index.js ```jsx import { AppRegistry } from 'react-native'; import BackgroundGeolocation from 'react-native-background-geolocation'; import App from './App'; AppRegistry.registerComponent(appName, () => App); BackgroundGeolocation.registerHeadlessTask(HeadlessTask); ``` ## 2. App.tsx In my `App.tsx`...
### Yes, i'm calling it here ```javascript const Geolocator = () => { const { geolocatorConfig } = useBackgroundGeolocation(); useEffect(() => { /* ℹ️ The function that executes the BackgroundGeolocation.ready()...
Hey, on my end, I have been experiencing the same problem on iOS. It works perfectly on Android. What do you think is happening on iOS? @christocracy
In the issue description, I shared the plug-in configuration, context, and complete logs. Is there anything else you need me to provide?