react-native-pedometer icon indicating copy to clipboard operation
react-native-pedometer copied to clipboard

The result is null

Open cx5168 opened this issue 6 years ago • 2 comments

After the call method, the callback function returns the result of NULL。 Please help!

cx5168 avatar Jun 08 '18 10:06 cx5168

Same happened with me any one found solution?

vijaysd avatar Jun 22 '18 05:06 vijaysd

Same issue here. When calling

Pedometer.queryPedometerDataBetweenDates(startDate.getTime(), endDate.getTime(), (pedometerData) => {
       console.warn(JSON.stringify(pedometerData));
});

I get null.

Nicholas1490 avatar Jun 22 '18 20:06 Nicholas1490