We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc02843 commit b7cf6e3Copy full SHA for b7cf6e3
windows/ReactNativeBlobUtil/ReactNativeBlobUtil.h
@@ -22,7 +22,7 @@ struct ReactNativeBlobUtil
22
void Initialize(React::ReactContext const& reactContext) noexcept;
23
24
REACT_METHOD(getConstants)
25
- ReactNativeBlobUtilCodegen::BlobUtilsSpec_Constants* getConstants();
+ ReactNativeBlobUtilCodegen::BlobUtilsSpec_Constants getConstants();
26
27
REACT_METHOD(fetchBlobForm)
28
void fetchBlobForm(JSValue options, std::string const& taskId, std::string const& method, std::string const& url, JSValue headers, JSValue form, std::function<void(JSValue)> const& callback);
0 commit comments