Is Expo Pedometer supported on Android?

前端 未结 2 1593
难免孤独
难免孤独 2021-01-06 11:12

I\'m setting up a Pedometer app in React Native using Expo, testing the code on my real Samsung s10 device.

I am using the Expo Pedometer documentation

Howev

2条回答
  •  独厮守ぢ
    2021-01-06 11:52

    Yes, by using Core Motion (iOS) or Google Fit (Android) to get the user's step count. Any Android phone running on a 4.4 (KitKat) operating system or later will connect with Google Fit.

    Pedometer unable to query steps, documentation unclear/contradictory.

提交回复
热议问题