Skip to content

Commit e080ee9

Browse files
committed
Merge branch 'master' of https://github.com/Instabug/instabug-reactnative into feature/missing_apis
2 parents ff4a0d9 + 655b055 commit e080ee9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121

2222
dependencies {
2323
compile 'com.facebook.react:react-native:0.20.+'
24-
compile 'com.instabug.library:instabug:4+'
24+
compile 'com.instabug.library:instabug:4.2.9'
2525

2626
}
2727

ios/RNInstabug/InstabugReactBridge.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ - (dispatch_queue_t)methodQueue {
241241
[Instabug setReportCategoriesWithTitles:titles iconNames:names];
242242
}
243243

244-
RCT_EXPORT_METHOD(setUserAttribute:(NSString *)value withKey:(NSString *)key) {
244+
RCT_EXPORT_METHOD(setUserAttribute:(NSString *)key withValue:(NSString *)value) {
245245
[Instabug setUserAttribute:value withKey:key];
246246
}
247247

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instabug-reactnative",
3-
"version": "1.2.1",
3+
"version": "1.2.3",
44
"description": "React Native plugin for integrating the Instabug SDK",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)