File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v9.1.7 (2020-08-10)
2
+
3
+ * Fixes missing typescript definitions
4
+
1
5
## v9.1.6 (2020-07-16)
2
6
3
7
* Fixes an issue that caused XHR Response not to be logged.
Original file line number Diff line number Diff line change @@ -233,6 +233,9 @@ export function onNavigationStateChange(
233
233
currentState : any ,
234
234
action : any
235
235
) : void ;
236
+ export function componentDidAppearListener ( componentObj :
237
+ { componentId : any , componentName : any , passProps : any }
238
+ ) : void ;
236
239
export enum invocationEvent {
237
240
none ,
238
241
shake ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " instabug-reactnative" ,
3
- "version" : " 9.1.6 " ,
3
+ "version" : " 9.1.7 " ,
4
4
"description" : " React Native plugin for integrating the Instabug SDK" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments