<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Keerthana G</title>
    <description>The latest articles on DEV Community by Keerthana G (@keerthanagopi).</description>
    <link>https://dev.to/keerthanagopi</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2030090%2F4bcabc68-2d64-41d0-a46a-21c7949b82d2.png</url>
      <title>DEV Community: Keerthana G</title>
      <link>https://dev.to/keerthanagopi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/keerthanagopi"/>
    <language>en</language>
    <item>
      <title>React Native Background Location Tracking</title>
      <dc:creator>Keerthana G</dc:creator>
      <pubDate>Thu, 05 Sep 2024 09:19:49 +0000</pubDate>
      <link>https://dev.to/keerthanagopi/react-native-background-location-tracking-40hi</link>
      <guid>https://dev.to/keerthanagopi/react-native-background-location-tracking-40hi</guid>
      <description>&lt;p&gt;&lt;strong&gt;How can I fetch the device location at regular intervals (every few seconds) even when my React Native app is running in the background?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I have tried the following methods:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;expo-location with expo-task-manager: It only fetches the location every 15 minutes, which does not meet my requirement.&lt;/li&gt;
&lt;li&gt;react-native-geolocation-service: This option requires a paid license.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'm looking for a reliable solution or an alternative library that allows fetching location data every X seconds in the background. Any guidance or recommendations would be greatly appreciated!&lt;/p&gt;

&lt;p&gt;Thank you!&lt;/p&gt;

</description>
      <category>reactnative</category>
      <category>location</category>
      <category>javascript</category>
      <category>android</category>
    </item>
  </channel>
</rss>
