Skip to content

Change Alert Error Message #2684

Description

@SaadAli-rolustech

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions