How to use the instabug-reactnative.showWithOptions function in instabug-reactnative

To help you get started, we’ve selected a few instabug-reactnative examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github berty / berty / client / packages / reporter / InstabugReporter.js View on Github external
  question: () => Instabug.showWithOptions(BugReporting.reportType.question),
  bug: () => Instabug.showWithOptions(BugReporting.reportType.bug),
github berty / berty / client / packages / reporter / InstabugReporter.js View on Github external
  feedback: () => Instabug.showWithOptions(BugReporting.reportType.feedback),
  question: () => Instabug.showWithOptions(BugReporting.reportType.question),
github berty / berty / client / packages / reporter / InstabugReporter.js View on Github external
  bug: () => Instabug.showWithOptions(BugReporting.reportType.bug),
  crash: error => Instabug.reportJSException(error),