Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6287

how to use cordova background in ionic + react project?

$
0
0

I need my app to repeatedly execute sendLocation function in the background.

App.tsx

import React from 'react';import { IonApp } from '@ionic/react';import { sendLocation } from './Util/location'const App: React.FC = () => ( <IonApp>      {setInterval(() => sendLocation(), 2000)}</IonApp>);export default App;

I tried this but I couldn't apply it to react:https://www.techiediaries.com/ionic-background-mode/


Viewing all articles
Browse latest Browse all 6287

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>