Skip to content

Commit f78b91c

Browse files
Add ReportCategories API to index.js
1 parent 9d8d6df commit f78b91c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,8 @@ module.exports = {
500500
setReportCategories: function (titles) {
501501
if (Platform.OS == 'ios') {
502502
Instabug.setReportCategories(titles, null);
503+
}else if(Platform.OS == 'android') {
504+
Instabug.setReportCategories(titles);
503505
}
504506
},
505507

0 commit comments

Comments
 (0)