ecency-mobile
ecency-mobile copied to clipboard
Change Alert Error Message
change Alert error message fallback to a custom generalized string instead of using error.toString()
example from app source
Alert.alert(
intl.formatMessage({
id: 'alert.fail',
}),
error.message || error.toString(),
);