SKHRAPP

Results 8 issues of SKHRAPP

## Your Environment * Plugin version:4.16.5 * Platform: iOS * Device manufacturer / model: iPhone 11 * React Native version (`react-native -v`):0.74.2 iOS not working get error RNBackgroundFetch failed to...

stale

this is my code please help to work both mobile and wifi mode ``` import Geolocation from '@react-native-community/geolocation'; export const locationBackgroundCapture = () => new Promise((resolve, reject) => { Geolocation.getCurrentPosition(...

question

### Version - react-native-image-crop-picker v0.41.4 - react-native v0.74.2 ### Platform - Android ### Expected behaviour getting error in android 10 devices with error User did not grant library permission. recently...

when i run application in android getting error @Raja0sama please help to fix this ![Screenshot 2024-09-23 at 1 07 30 PM](https://github.com/user-attachments/assets/a8306d03-520b-48c3-a526-5287d746e7d9) ``` import ReactNativeForegroundService from '@supersami/rn-foreground-service'; ReactNativeForegroundService.register(); ``` i implemented...

getting error in crashlitics "Not allowed to start service Intent { cmp=/com.supersami.foregroundservice.ForegroundServiceTask (has extras) }: app is in background uid UidRecord" how to fix this issue

The cropping screen is overlapping on the status bar of the device. This issue is faced in some Android devices. The screenshot is below. ![Image](https://github.com/user-attachments/assets/d3bd4731-fee9-4c16-aa0a-34f40b842216)

timeout is not workling properly why ? code ``` let watchId; watchId = Geolocation.watchPosition(handleSuccess, handleError, { timeout: 1000, enableHighAccuracy: true, interval: 15 * 60 * 1000, maximumAge: 3000, }); const...

question

please help @Raja0sama I have check in button when click button functionality of button to fetch location and send to backend same function also written inside ReactNativeForegroundService.add_task when I button...