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 0176eed commit f413a02Copy full SHA for f413a02
InstabugSample/App.js
@@ -176,7 +176,7 @@ export default class App extends Component<{}> {
176
if(invocationEvent === 'Shake')
177
BugReporting.setInvocationEvents([BugReporting.invocationEvent.shake]);
178
if(invocationEvent === 'Button')
179
- Instabug.setInvocationEvent(BugReporting.invocationEvent.floatingButton);
+ BugReporting.setInvocationEvents([BugReporting.invocationEvent.floatingButton]);
180
if(invocationEvent === 'Screenshot')
181
BugReporting.setInvocationEvents([BugReporting.invocationEvent.screenshot]);
182
if(invocationEvent === 'twoFingersSwipe')
0 commit comments