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.
2 parents 0fbe741 + b28b9ca commit c1833e9Copy full SHA for c1833e9
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