You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys, I am trying to get daily steps data from my google fit app. I can see the steps data in the app but getDailySteps() is returning an empty array. I am using "react": "18.1.0", "react-native": "0.70.4", "react-native-google-fit": "^0.19.0".
include ':react-native-google-fit'
project(':react-native-google-fit').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-google-fit/android')
Hello guys, I am trying to get daily steps data from my google fit app. I can see the steps data in the app but getDailySteps() is returning an empty array. I am using "react": "18.1.0", "react-native": "0.70.4", "react-native-google-fit": "^0.19.0".
Below is my code:
AndoridManifest.xml:
settings.gradle:
Here is the console.log output:
Please help. Thanks!
The text was updated successfully, but these errors were encountered: