lazy load components

This commit is contained in:
Ammar Ahmed
2022-07-06 12:17:08 +05:00
parent add9473157
commit 5ecf2929c6
33 changed files with 654 additions and 254 deletions

View File

@@ -233,15 +233,7 @@ export const useActions = ({ close = () => {}, item }) => {
message: 'Login to publish note',
context: 'local',
func: () => {
Navigation.navigate(
{
name: 'Login'
},
{
mode: AuthMode.login,
canGoBack: true
}
);
eSendEvent(eOpenLoginDialog);
},
actionText: 'Login'
});