Skip to content

Commit f413a02

Browse files
committed
📝 fixing typo in Sample App
1 parent 0176eed commit f413a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InstabugSample/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export default class App extends Component<{}> {
176176
if(invocationEvent === 'Shake')
177177
BugReporting.setInvocationEvents([BugReporting.invocationEvent.shake]);
178178
if(invocationEvent === 'Button')
179-
Instabug.setInvocationEvent(BugReporting.invocationEvent.floatingButton);
179+
BugReporting.setInvocationEvents([BugReporting.invocationEvent.floatingButton]);
180180
if(invocationEvent === 'Screenshot')
181181
BugReporting.setInvocationEvents([BugReporting.invocationEvent.screenshot]);
182182
if(invocationEvent === 'twoFingersSwipe')

0 commit comments

Comments
 (0)