Open deelo55 opened 1 day ago
Welcome message mode does not get shown
Welcome message mode is shown
export function useInstabug() { useEffect(() => { Instabug.setWelcomeMessageMode(WelcomeMessageMode.disabled); // Disable welcome message Instabug.init({ token: process.env.EXPO_PUBLIC_INSTABUG_TOKEN as string, invocationEvents: [InvocationEvent.shake, InvocationEvent.screenshot], }); BugReporting.setReportTypes([ReportType.bug, ReportType.feedback]); }, []); }
"instabug-reactnative": "14.0.0-1326154-SNAPSHOT",
iPhone 15
Hi @deelo55 , Thanks for reporting this issue. Can you please try to call setWelcomeMessageMode method after the init method?
Steps to Reproduce the Problem
Expected Behavior
Welcome message mode does not get shown
Actual Behavior
Welcome message mode is shown
Instabug integration code
SDK Version
"instabug-reactnative": "14.0.0-1326154-SNAPSHOT",
Device Model
iPhone 15