We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a4662 commit 5f6aa90Copy full SHA for 5f6aa90
index.js
@@ -323,7 +323,9 @@ module.exports = {
323
* @param {color} primaryColor A color to set the UI elements of the SDK to.
324
*/
325
setPrimaryColor: function (primaryColor) {
326
- Instabug.setPrimaryColor(primaryColor);
+ if(Platform.OS == "ios") {
327
+ Instabug.setPrimaryColor(primaryColor);
328
+ }
329
},
330
331
/**
0 commit comments