Commit 20878544 authored by Greg Wilson's avatar Greg Wilson

exported new RCT method getStepCountForDay

parent 5e1bad66
......@@ -78,6 +78,10 @@ RCT_EXPORT_METHOD(getStepCountForToday:(NSDictionary *)input callback:(RCTRespon
[self fitness_getStepCountForToday:input callback:callback];
}
RCT_EXPORT_METHOD(getStepCountForDay:(NSDictionary *)input callback:(RCTResponseSenderBlock)callback)
{
[self fitness_getStepCountForDay:input callback: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