mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
mobile: enable fade animation for splash screen
This commit is contained in:
@@ -51,8 +51,9 @@ const { appLockEnabled, appLockMode } = SettingsService.get();
|
|||||||
if (appLockEnabled || appLockMode !== "none") {
|
if (appLockEnabled || appLockMode !== "none") {
|
||||||
useUserStore.getState().lockApp(true);
|
useUserStore.getState().lockApp(true);
|
||||||
}
|
}
|
||||||
|
RNBootSplash.hide({
|
||||||
RNBootSplash.hide();
|
fade: true
|
||||||
|
});
|
||||||
const App = (props: { configureMode: "note-preview" }) => {
|
const App = (props: { configureMode: "note-preview" }) => {
|
||||||
useAppEvents();
|
useAppEvents();
|
||||||
//@ts-ignore
|
//@ts-ignore
|
||||||
|
|||||||
Reference in New Issue
Block a user