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 0fbe741 commit b28b9caCopy full SHA for b28b9ca
ios/RNInstabug/InstabugReactBridge.m
@@ -236,7 +236,7 @@ - (dispatch_queue_t)methodQueue {
236
[Instabug setReportCategoriesWithTitles:titles iconNames:names];
237
}
238
239
-RCT_EXPORT_METHOD(setUserAttribute:(NSString *)value withKey:(NSString *)key) {
+RCT_EXPORT_METHOD(setUserAttribute:(NSString *)key withValue:(NSString *)value) {
240
[Instabug setUserAttribute:value withKey:key];
241
242
0 commit comments