Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
.catch((error) => {
console.log(error);
Alert.alert(
I18n.t(ext('profileUpdatingErrorTitle')),
I18n.t(ext('profileUpdatingErrorMessage'))
);
});
}
renderAddToCalendarButton(darkened = true) {
return (
<button>
</button>
);
}
renderViewNotificationButton() {
return (
<button>
</button>
);
}
getNoProductsView() {
return (
this.refreshData(true)}
/>
);
}
renderPointsLabel() {
const { points, style } = this.props;
return (
);
}
renderRightComponent: () => (
),
title: I18n.t(ext('editProfileNavBarTitle')),
renderRightComponent() {
return (
<button>
{I18n.t(ext('searchCancelButton'))}
</button>
);
}
renderAddToCalendarButton(darkened = true) {
return (
<button>
</button>
);
}
render() {
return (
<button>
</button>
);
}
}
render() {
return (
);
}
}