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+
15## v9.1.6 (2020-07-16)
26
37* 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(
233233 currentState : any ,
234234 action : any
235235) : void ;
236+ export function componentDidAppearListener ( componentObj :
237+ { componentId : any , componentName : any , passProps : any }
238+ ) : void ;
236239export enum invocationEvent {
237240 none ,
238241 shake ,
Original file line number Diff line number Diff line change 11{
22 "name" : " instabug-reactnative" ,
3- "version" : " 9.1.6 " ,
3+ "version" : " 9.1.7 " ,
44 "description" : " React Native plugin for integrating the Instabug SDK" ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments