diff --git a/index.js b/index.js index 43d21c4..2e0e266 100644 --- a/index.js +++ b/index.js @@ -500,6 +500,8 @@ module.exports = { setReportCategories: function (titles) { if (Platform.OS == 'ios') { Instabug.setReportCategories(titles, null); + }else if(Platform.OS == 'android') { + Instabug.setReportCategories(titles); } },