onNotification(notification: any) {
Mindbox.clickOnPush(notification);
Navigation.push(componentId, {
component: {
name: CATALOG
},
});
notification.finish(PushNotificationIOS.FetchResult.NoData);
},