Commit 460490b7 authored by Greg Wilson's avatar Greg Wilson

exported RCT method getMultiDayStepCounts

parent 7d69de13
......@@ -83,6 +83,11 @@ RCT_EXPORT_METHOD(getStepCountForDay:(NSDictionary *)input callback:(RCTResponse
[self fitness_getStepCountForDay:input callback:callback];
}
RCT_EXPORT_METHOD(getMultiDayStepCounts:(NSDictionary *)input callback:(RCTResponseSenderBlock)callback)
{
[self fitness_getDailyStepCounts:input callback:callback];
}
RCT_EXPORT_METHOD(getInfo:(NSDictionary *)input callback:(RCTResponseSenderBlock)callback)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment