console.log('GEOFENCING_TASK', data, error) }) I can see that I'm always getting a log output when the app is launched, for example it may report "exiting" the geofenced area if I'm not currently in the geofenced area, even though my device hasn't moved. I'm not sure what's ...
Minimal reproducible example import * as Location from 'expo-location'; ... const { status } = await Location.requestForegroundPermissionsAsync() console.log('status~~', status) if (status !== 'granted') { return } const location = await...
a prescribed H_∞ performance is required to be achieved.In terms of linear matrix inequalities,sufficient conditions for the solvability of this problem are proposed.The expressions of desired state feedback controllers are also given.Finally,a numerical example shows the effectiveness of the proposed...
💙 The Team Curious about who makes Expo? Here are our team members! License The Expo source code is made available under the MIT license. Some of the dependencies are licensed differently, with the BSD license, for example.About An open-source framework for making universal native apps with...
Example configuration: "expo": { ... "plugins": [ [ "@armanatz/expo-hms-location", { "agConnectServicesFile": "./path/to/agconnect-services.json", "isBackgroundLocationEnabled": true, "enableBouncyCastleFix": true } ] ] } Post Configuration After adding the plugin to your Expo config...
Minimal reproducible example https://snack.expo.dev/@oladeji233/expo-location-issue Summary This is a bug on expo when using user location. It is a follow up to this old issue #5487. To reproduce, open the app and go into the background ...
Minimal reproducible example https://github.com/smrubin/expo-debug Which package manager are you using? (Yarn is recommended) npm If the issue is web-related, please select the bundler (web.bundler in the app.json) metro Summary Expected: The value of window.location.href in the nested _...
Summary On Android 11+ if someone calls Location.startLocationUpdatesAsync() without having granted "Always" permissions, you a user will receive Not Authorized. For apps, such as a run tracker or turn by turn navigation, we need to acce...
I have just upgraded my app from Expo SDK 37.0.0 to 38.0.0. The app works fine on iOS but on Android I get the following warning and the app doesn't geolocate me on the map. On Expo SDK 37 this feature was working perfectly fine. Expecte...
🐛 Bug Report Environment Expo CLI 3.0.4 environment info: System: OS: macOS High Sierra 10.13.6 Shell: 3.2.57 - /bin/bash Binaries: Node: 10.13.0 - /usr/local/bin/node Yarn: 1.13.0 - /usr/local/bin/yarn npm: 6.4.1 - /usr/local/bin/npm ID...