Commit cb3ce9cc authored by Greg Wilson's avatar Greg Wilson

exported RCT saveHeight method

parent fefbb199
...@@ -45,6 +45,10 @@ RCT_EXPORT_METHOD(getLatestHeight:(NSDictionary *)input callback:(RCTResponseSen ...@@ -45,6 +45,10 @@ RCT_EXPORT_METHOD(getLatestHeight:(NSDictionary *)input callback:(RCTResponseSen
[self body_getMostRecentHeight:input callback:callback]; [self body_getMostRecentHeight:input callback:callback];
} }
RCT_EXPORT_METHOD(saveHeight:(NSDictionary *)input callback:(RCTResponseSenderBlock)callback)
{
[self body_saveHeight:input callback:callback];
}
RCT_EXPORT_METHOD(getLatestBmi:(NSDictionary *)input callback:(RCTResponseSenderBlock)callback) RCT_EXPORT_METHOD(getLatestBmi:(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