Hey i am using this code to enable the location but the callback is not working not even execute
LocationSwitch.enableLocationService(1000, true, () => { console.log('success callback'); this.getCurrentLocation() }, () => { Alert.alert('Enable Your Location First') }, );
Hey i am using this code to enable the location but the callback is not working not even execute
LocationSwitch.enableLocationService(1000, true, () => { console.log('success callback'); this.getCurrentLocation() }, () => { Alert.alert('Enable Your Location First') }, );