emmanuelfrancis

Results 6 comments of emmanuelfrancis

I tried with 2.1.5 version too, but same error. Any workaround ?

@christocracy I am trying to stop the schedule, but if I remove the schedule from the schedule array and call setConfig by passing new array, it still fires onSchedule on...

Does not work, I wrote exact same, also tried calling .stop ` await BackgroundGeolocation.stopSchedule((state) => { }); await BackgroundGeolocation.stop((state) => { }); BackgroundGeolocation.setConfig({ schedule: newSchedule, scheduleUseAlarmManager: true, }) `

Calling .stopSchedule() stops all future/upcoming schedules. Below are my findings: ``` // Not working await BackgroundGeolocation.stopSchedule() BackgroundGeolocation.setConfig({ schedule: newSchedule, scheduleUseAlarmManager: true, }) .then((state1) => { BackgroundGeolocation.startSchedule().then((state2) => { }); })...

Please check the attached logs. 1. at 06-29 14:15:02.825 31805 31939 I ReactNativeJS: '4 14:18-14:20 geofence', -- a schedule exists for 14:18 2. at 06-29 14:15:24.360 31805 31939 I ReactNativeJS:...

> Hi, > > faced the same issue to. Solved by: > > 1.) Ensure the siri-wave-view project is correctly linked in your project. If no arrow is on the...