Rafael Seemann

Results 1 comments of Rafael Seemann

If you look at the method implementation it accepts only a dictionary, so we need to use the `set` method, not the `setFromResponse` ``` RCT_EXPORT_METHOD(setFromResponse:(NSURL *)url value:(NSDictionary *)value callback:(RCTResponseSenderBlock)callback) {...