mobile: enable fade animation for splash screen

This commit is contained in:
Ammar Ahmed
2025-12-06 18:41:53 +05:00
parent 380a681cc1
commit 81e2d7738f

View File

@@ -51,8 +51,9 @@ const { appLockEnabled, appLockMode } = SettingsService.get();
if (appLockEnabled || appLockMode !== "none") {
useUserStore.getState().lockApp(true);
}
RNBootSplash.hide();
RNBootSplash.hide({
fade: true
});
const App = (props: { configureMode: "note-preview" }) => {
useAppEvents();
//@ts-ignore