I’m looking into the Expo pedometer API for a project and I’m not sure whether it actually works with Android: Pedometer - Expo Documentation. From the docs it seems that you can get steps for the last 7 days both on iOS and Android, but when reading issues on GitHub, it seems that only getting live steps works on Android:
Can someone tell me if Pedometer.getStepCountAsync(start, end) works both on Android and iOS in the latest Expo version?