ecency-mobile icon indicating copy to clipboard operation
ecency-mobile copied to clipboard

Change Alert Error Message

Open SaadAli-rolustech opened this issue 1 year ago • 2 comments

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(),
            );

SaadAli-rolustech avatar May 08 '23 07:05 SaadAli-rolustech