Sateesh7070

Results 2 issues of Sateesh7070

import BackgroundFetch from 'react-native-background-fetch'; import BackgroundGeolocation from 'react-native-background-geolocation'; import { Alert } from "react-native"; export const initBackgroundFetch = async () => { BackgroundGeolocation.onLocation(location => { Alert.alert(location.toString()); console.log("[location] ", location); },...

Android gradle plugin: 7.4.2 Gradle: 8.0.1 WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle...