From 4a20f6c17bf94df022646b772adbd91d67d494d1 Mon Sep 17 00:00:00 2001 From: DevHossamHassan Date: Thu, 11 May 2017 17:10:32 +0200 Subject: [PATCH] Remove names attribute from setReportCategories API --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 3cc2050..f5f268c 100644 --- a/index.js +++ b/index.js @@ -519,7 +519,6 @@ module.exports = { * Use this method to give users a list of choices of categories their bug report or feedback might be related * to. Selected category will be shown as a tag on your dashboard. * @param {array} titles titles to be shown in the list. - * @param {array} name names of icons to be shown along with titles. Use the same names you would use */ setReportCategories: function (titles) { if (Platform.OS == 'ios') {