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 dbf9c9f commit 6afe853Copy full SHA for 6afe853
‎index.d.ts‎
@@ -198,7 +198,7 @@ declare module "instabug-reactnative" {
198
199
function setColorTheme(colorTheme: colorTheme): void;
200
201
- function setPrimaryColor(setPrimaryColor: Color): void;
+ function setPrimaryColor(setPrimaryColor: String): void;
202
203
function appendTags(tags: String[]): void;
204
0 commit comments