mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-03 22:50:48 +00:00
Remove names attribute from setReportCategories API
This commit is contained in:
parent
70c0f52c00
commit
4a20f6c17b
1
index.js
1
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') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user