react-native-pedometer
react-native-pedometer copied to clipboard
The result is null
After the call method, the callback function returns the result of NULL。 Please help!
Same happened with me any one found solution?
Same issue here. When calling
Pedometer.queryPedometerDataBetweenDates(startDate.getTime(), endDate.getTime(), (pedometerData) => {
console.warn(JSON.stringify(pedometerData));
});
I get null.