Enabling/Disabling Bug Reporting
This section covers how to disable and enable bug reporting on React Native.
BugReporting.setEnabled(false);import { ReportType } from '@luciq/react-native';
BugReporting.setReportTypes([ReportType.bug, ReportType.feedback, ReportType.question]);Last updated